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:
parent
61df16ef8e
commit
0ef1e4bfcc
1 changed files with 4 additions and 0 deletions
|
@ -10,12 +10,16 @@ services = ["__APP__"]
|
||||||
[main.config.enable_animation]
|
[main.config.enable_animation]
|
||||||
ask = "Enable cover animation"
|
ask = "Enable cover animation"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
help = "Controls whether the player in the UI will animate the album cover"
|
help = "Controls whether the player in the UI will animate the album cover"
|
||||||
bind = "EnableCoverAnimation:/var/lib/navidrome/navidrome.toml"
|
bind = "EnableCoverAnimation:/var/lib/navidrome/navidrome.toml"
|
||||||
|
|
||||||
[main.config.enable_downloads]
|
[main.config.enable_downloads]
|
||||||
ask = "Allow music download"
|
ask = "Allow music download"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
help = "Enable the option in the UI to download music/albums/artists/playlists from the server"
|
help = "Enable the option in the UI to download music/albums/artists/playlists from the server"
|
||||||
bind = "EnableDownloads:/var/lib/navidrome/navidrome.toml"
|
bind = "EnableDownloads:/var/lib/navidrome/navidrome.toml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue