mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Update navidrome.toml
This commit is contained in:
parent
e82d83ed7d
commit
bb21d2067b
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ DataFolder = "__CONFIG_PATH__"
|
|||
MusicFolder = "/home/yunohost.multimedia/share/Music"
|
||||
|
||||
# Enable the option in the UI to download music/albums/artists/playlists from the server
|
||||
EnableDownloads = "true"
|
||||
EnableDownloads = "__ENABLE_DOWNLOADS__"
|
||||
|
||||
#Change background image used in the Login page
|
||||
UILoginBackgroundUrl = ""
|
||||
|
@ -56,7 +56,7 @@ IgnoredArticles = "The El La Los Las Le Les Os As O A"
|
|||
AutoImportPlaylists = "true"
|
||||
|
||||
# The default metadata extractor is still ffmpeg but you can use the new taglib extractor
|
||||
Scanner.Extractor = "taglib"
|
||||
Scanner.Extractor = "__SCANNER_EXTRACTOR__"
|
||||
|
||||
# Last.FM ApiKey
|
||||
LastFM.ApiKey = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue