[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…
Reference in New Issue