mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-13 07:44:34 -05:00
Move trigger for track progress update to client (#918)
Triggering the progress update on server side does not work because the client needs to get the mutation result, otherwise, the clients cache will get outdated
This commit is contained in:
@@ -250,7 +250,7 @@ object Track {
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun trackChapter(mangaId: Int) {
|
||||
suspend fun trackChapter(mangaId: Int) {
|
||||
val chapter = queryMaxReadChapter(mangaId)
|
||||
val chapterNumber = chapter?.get(ChapterTable.chapter_number)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user