lib item page ready

This commit is contained in:
Dr-Blank 2024-05-12 05:38:30 -04:00
parent 0d54f1cb15
commit 097caf8ec2
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
15 changed files with 804 additions and 221 deletions

View file

@ -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()}',