Update non-library manga data when browsing (#1967)
(cherry picked from commit a594ad392d4793f3a5cb2b709d29b2feab6120d3) # Conflicts: # CHANGELOG.md
This commit is contained in:
@@ -151,6 +151,11 @@ class MangaRepositoryImpl(
|
||||
dateAdded = it.dateAdded,
|
||||
updateStrategy = it.updateStrategy,
|
||||
version = it.version,
|
||||
// SY -->
|
||||
updateTitle = it.ogTitle.isNotBlank(),
|
||||
updateCover = !it.ogThumbnailUrl.isNullOrBlank(),
|
||||
// SY <--
|
||||
updateDetails = it.initialized,
|
||||
mapper = MangaMapper::mapManga,
|
||||
)
|
||||
.executeAsOne()
|
||||
|
||||
Reference in New Issue
Block a user