mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +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"`
|
||||
DownsampleCommand string `default:"ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -"`
|
||||
PlsIgnoreFolders bool `default:"true"`
|
||||
PlsIgnoredPatterns string `default:"^iCloud;^CDs para;^Skipped;Christian"`
|
||||
PlsIgnoredPatterns string `default:"^iCloud;\~"`
|
||||
RunMode string `default:"dev"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue