mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
[web] Add default values to the library object
This commit is contained in:
parent
012f5d6635
commit
d4dbd02930
@ -17,6 +17,8 @@ export default createStore({
|
|||||||
albums: 0,
|
albums: 0,
|
||||||
songs: 0,
|
songs: 0,
|
||||||
db_playtime: 0,
|
db_playtime: 0,
|
||||||
|
started_at: '01',
|
||||||
|
updated_at: '01',
|
||||||
updating: false
|
updating: false
|
||||||
},
|
},
|
||||||
audiobooks_count: {},
|
audiobooks_count: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user