mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-06 17:39:34 +00:00
basic audiobook player
This commit is contained in:
parent
097caf8ec2
commit
610d9a2aa0
26 changed files with 458 additions and 110 deletions
|
|
@ -33,7 +33,10 @@ class LibraryItem extends _$LibraryItem {
|
|||
);
|
||||
yield cachedItem;
|
||||
}
|
||||
final item = await api.items.get(libraryItemId: id);
|
||||
final item = await api.items.get(
|
||||
libraryItemId: id,
|
||||
parameters: const shelfsdk.GetItemReqParams(expanded: true),
|
||||
);
|
||||
if (item != null) {
|
||||
// save to cache
|
||||
final newFile = await apiResponseCacheManager.putFile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue