mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-08-31 15:09:26 +02:00
lib item page ready
This commit is contained in:
parent
0d54f1cb15
commit
097caf8ec2
15 changed files with 804 additions and 221 deletions
|
@ -44,6 +44,8 @@ class CoverImage extends _$CoverImage {
|
|||
'cover image stale for ${libraryItem.id}, fetching from the server',
|
||||
);
|
||||
}
|
||||
} else {
|
||||
debugPrint('cover image not found in cache for ${libraryItem.id}');
|
||||
}
|
||||
|
||||
// check if the image is in the cache
|
||||
|
@ -57,6 +59,7 @@ class CoverImage extends _$CoverImage {
|
|||
libraryItem.id,
|
||||
coverImage,
|
||||
key: libraryItem.id,
|
||||
fileExtension: 'jpg',
|
||||
);
|
||||
debugPrint(
|
||||
'cover image fetched for for ${libraryItem.id}, file time: ${await newFile.lastModified()}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue