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:
parent
0fea261551
commit
211ef8a4ce
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ Port = "__PORT__"
|
||||||
BaseURL = "__PATH_URL__"
|
BaseURL = "__PATH_URL__"
|
||||||
ScanInterval = "90s"
|
ScanInterval = "90s"
|
||||||
TranscodingCacheSize = "150MiB"
|
TranscodingCacheSize = "150MiB"
|
||||||
MusicFolder = "/home/yunohost.__APP__/Music"
|
MusicFolder = "/home/yunohost.navidrome/Music"
|
||||||
|
|
Loading…
Add table
Reference in a new issue