mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-23 13:11:14 +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)
|
LoadRequest.Builder(this@LibraryUpdateService).data(manga)
|
||||||
.memoryCachePolicy(CachePolicy.DISABLED).build()
|
.memoryCachePolicy(CachePolicy.DISABLED).build()
|
||||||
Coil.imageLoader(this@LibraryUpdateService).execute(request)
|
Coil.imageLoader(this@LibraryUpdateService).execute(request)
|
||||||
|
} else {
|
||||||
|
coverCache.deleteFromCache(manga, false)
|
||||||
}
|
}
|
||||||
db.insertManga(manga).executeAsBlocking()
|
db.insertManga(manga).executeAsBlocking()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user