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:
arkon 2023-08-11 09:30:35 -04:00
parent efa7a3a167
commit 8a6a104987
2 changed files with 6 additions and 6 deletions

View file

@ -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,