mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-25 16:01:50 +01:00
Fixed local manga covers not updating on edit
This commit is contained in:
parent
60555a2324
commit
f645ac550e
@ -686,6 +686,7 @@ class MangaDetailsPresenter(
|
|||||||
downloadManager.context.contentResolver.openInputStream(uri) ?: return false
|
downloadManager.context.contentResolver.openInputStream(uri) ?: return false
|
||||||
if (manga.source == LocalSource.ID) {
|
if (manga.source == LocalSource.ID) {
|
||||||
LocalSource.updateCover(downloadManager.context, manga, inputStream)
|
LocalSource.updateCover(downloadManager.context, manga, inputStream)
|
||||||
|
MangaImpl.setLastCoverFetch(manga.id!!, Date().time)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user