mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-19 10:43:32 -05:00
Chapter Fetch Improvements (#754)
* Chapter fetch improvements * Update previous date uploads * Lint * Fix backup inserts * Remove extra maxSeenUploadDate * Port downloaded over * Make sure to set isDownloaded on all inserts
This commit is contained in:
@@ -56,7 +56,7 @@ data class ChapterDataClass(
|
||||
name = sChapter.name,
|
||||
uploadDate = sChapter.date_upload,
|
||||
chapterNumber = sChapter.chapter_number,
|
||||
scanlator = sChapter.scanlator ?: "",
|
||||
scanlator = sChapter.scanlator,
|
||||
index = index,
|
||||
fetchedAt = fetchedAt,
|
||||
realUrl = realUrl,
|
||||
|
||||
Reference in New Issue
Block a user