Update config.json
This commit is contained in:
parent
c342794f9e
commit
107389edaa
1 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,6 @@
|
||||||
"path": "logs/app.log",
|
"path": "logs/app.log",
|
||||||
"level": "INFO"
|
"level": "INFO"
|
||||||
},
|
},
|
||||||
"settings": {
|
|
||||||
"audio_quality": "flac"
|
|
||||||
},
|
|
||||||
"database": {
|
"database": {
|
||||||
"path": "database/music_library.db",
|
"path": "database/music_library.db",
|
||||||
"max_workers": 5
|
"max_workers": 5
|
||||||
|
|
@ -49,5 +46,8 @@
|
||||||
},
|
},
|
||||||
"playlist_sync": {
|
"playlist_sync": {
|
||||||
"create_backup": true
|
"create_backup": true
|
||||||
|
},
|
||||||
|
"listenbrainz": {
|
||||||
|
"token": "LISTENBRAINZ_TOKEN"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue