1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Fix path to media

This commit is contained in:
ericgaspar 2020-08-17 12:16:45 +02:00
parent 0fea261551
commit 211ef8a4ce
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -4,4 +4,4 @@ Port = "__PORT__"
BaseURL = "__PATH_URL__"
ScanInterval = "90s"
TranscodingCacheSize = "150MiB"
MusicFolder = "/home/yunohost.__APP__/Music"
MusicFolder = "/home/yunohost.navidrome/Music"