From 4dc63f25171bac3cc87b771e91aadf9940795bca Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 10:15:09 +0100 Subject: [PATCH] fix --- config_panel.toml | 1 + scripts/install | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index d46e497..685c147 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -11,5 +11,6 @@ name = "Navidrome configuration" [main.config.enable_downloads] ask = "Allow music download from the server?" type = "boolean" + default = true help = "Enable the option in the UI to download music/albums/artists/playlists from the server" bind = "EnableDownloads:/var/lib/navidrome/navidrome.toml" diff --git a/scripts/install b/scripts/install index f405f89..4b25be4 100644 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,6 @@ domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC architecture=$YNH_ARCH -enable_downloads="true" app=$YNH_APP_INSTANCE_NAME