Fallback to local cover if loading fails for favorite comic.

This commit is contained in:
2025-09-14 17:19:23 +08:00
parent 4c257d7178
commit a7c1983f35
2 changed files with 30 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ ImageProvider? _findImageProvider(Comic comic) {
comic.cover,
sourceKey: comic.sourceKey,
cid: comic.id,
fallbackToLocalCover: comic is FavoriteItem,
);
}
return image;