From 0ef1e4bfcc53c7c05da9c8cc81ec23e41d61ff90 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 23:38:46 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index d8f46df..c8361fe 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -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"