mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Cleaned default PlaylistIgnoredPatterns
This commit is contained in:
parent
b4d0654c91
commit
132fe06950
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type goSonic struct {
|
||||||
DisableValidation bool `default:"false"`
|
DisableValidation bool `default:"false"`
|
||||||
DownsampleCommand string `default:"ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -"`
|
DownsampleCommand string `default:"ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -"`
|
||||||
PlsIgnoreFolders bool `default:"true"`
|
PlsIgnoreFolders bool `default:"true"`
|
||||||
PlsIgnoredPatterns string `default:"^iCloud;^CDs para;^Skipped;Christian"`
|
PlsIgnoredPatterns string `default:"^iCloud;\~"`
|
||||||
RunMode string `default:"dev"`
|
RunMode string `default:"dev"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue