mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Set tracker finished date when manually updating to last chapter
Closes #9834 Individual tracker implementations already handle setting it too on update.
This commit is contained in:
parent
efa7a3a167
commit
8a6a104987
2 changed files with 6 additions and 6 deletions
|
@ -58,7 +58,7 @@ class ChapterRepositoryImpl(
|
|||
read = chapterUpdate.read,
|
||||
bookmark = chapterUpdate.bookmark,
|
||||
lastPageRead = chapterUpdate.lastPageRead,
|
||||
chapterNumber = chapterUpdate.chapterNumber?.toDouble(),
|
||||
chapterNumber = chapterUpdate.chapterNumber,
|
||||
sourceOrder = chapterUpdate.sourceOrder,
|
||||
dateFetch = chapterUpdate.dateFetch,
|
||||
dateUpload = chapterUpdate.dateUpload,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue