1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Update config_panel.toml

This commit is contained in:
ericgaspar 2022-01-13 23:38:46 +01:00
parent 61df16ef8e
commit 0ef1e4bfcc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -10,12 +10,16 @@ services = ["__APP__"]
[main.config.enable_animation]
ask = "Enable cover animation"
type = "boolean"
yes = "true"
no = "false"
help = "Controls whether the player in the UI will animate the album cover"
bind = "EnableCoverAnimation:/var/lib/navidrome/navidrome.toml"
[main.config.enable_downloads]
ask = "Allow music download"
type = "boolean"
yes = "true"
no = "false"
help = "Enable the option in the UI to download music/albums/artists/playlists from the server"
bind = "EnableDownloads:/var/lib/navidrome/navidrome.toml"