mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
fix
This commit is contained in:
parent
5e1f556779
commit
4dc63f2517
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue