Suppress more tachiyomix-related deprecations (#3409)
This commit is contained in:
@@ -89,6 +89,7 @@ class SyncChaptersWithSource(
|
||||
// Update metadata from source if necessary.
|
||||
if (source is HttpSource) {
|
||||
val sChapter = chapter.toSChapter()
|
||||
@Suppress("DEPRECATION")
|
||||
source.prepareNewChapter(sChapter, manga.toSManga())
|
||||
chapter = chapter.copyFromSChapter(sChapter)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user