Update config.json
This commit is contained in:
parent
5f25bc5cd8
commit
a3ff9c9f4d
1 changed files with 4 additions and 4 deletions
|
|
@ -11,14 +11,14 @@
|
|||
},
|
||||
"jellyfin": {
|
||||
"base_url": "http://localhost:8096",
|
||||
"api_key": "JELLYFIN TOKEN",
|
||||
"api_key": "JELLYFIN API KEY",
|
||||
"auto_detect": true
|
||||
},
|
||||
"soulseek": {
|
||||
"slskd_url": "http://localhost:5030",
|
||||
"api_key": "SOULSEEK TOKEN",
|
||||
"download_path": "E:/Broque Projects/newMusic/downloads",
|
||||
"transfer_path": "H:/Music"
|
||||
"api_key": "SLSKD API KEY",
|
||||
"download_path": "./downloads",
|
||||
"transfer_path": "./transfers"
|
||||
},
|
||||
"logging": {
|
||||
"path": "logs/app.log",
|
||||
|
|
|
|||
Loading…
Reference in a new issue