mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Also clear cover from global updates
This commit is contained in:
parent
e0247e869b
commit
757a23401b
@ -468,6 +468,8 @@ class LibraryUpdateService(
|
||||
LoadRequest.Builder(this@LibraryUpdateService).data(manga)
|
||||
.memoryCachePolicy(CachePolicy.DISABLED).build()
|
||||
Coil.imageLoader(this@LibraryUpdateService).execute(request)
|
||||
} else {
|
||||
coverCache.deleteFromCache(manga, false)
|
||||
}
|
||||
db.insertManga(manga).executeAsBlocking()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user