mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 04:29:29 +00:00
progress visibility on item page
This commit is contained in:
parent
be7f5daa88
commit
865a662b56
21 changed files with 1009 additions and 765 deletions
2
lib/db/cache/cache_key.dart
vendored
2
lib/db/cache/cache_key.dart
vendored
|
|
@ -1,5 +1,5 @@
|
|||
class CacheKey {
|
||||
static libraryItem(String id) {
|
||||
static String libraryItem(String id) {
|
||||
return 'library_item_$id';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue