[web] Add default values to the library object

This commit is contained in:
Alain Nussbaumer 2023-12-12 21:10:00 +01:00
parent 012f5d6635
commit d4dbd02930
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ export default createStore({
albums: 0,
songs: 0,
db_playtime: 0,
started_at: '01',
updated_at: '01',
updating: false
},
audiobooks_count: {},