mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 23:18:05 -05:00
feat(server): removed GenreSeparator, replaced with Tag.Genre.Split
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -130,8 +130,7 @@ type scannerOptions struct {
|
||||
WatcherWait time.Duration
|
||||
ScanOnStartup bool
|
||||
Extractor string
|
||||
GenreSeparators string // Deprecated: BFR Update docs
|
||||
GroupAlbumReleases bool // Deprecated: BFR Update docs
|
||||
GroupAlbumReleases bool // Deprecated: BFR Update docs
|
||||
}
|
||||
|
||||
type TagConf struct {
|
||||
@@ -474,7 +473,6 @@ func init() {
|
||||
viper.SetDefault("scanner.enabled", true)
|
||||
viper.SetDefault("scanner.schedule", "0")
|
||||
viper.SetDefault("scanner.extractor", consts.DefaultScannerExtractor)
|
||||
viper.SetDefault("scanner.genreseparators", ";/,")
|
||||
viper.SetDefault("scanner.groupalbumreleases", false)
|
||||
viper.SetDefault("scanner.watcherwait", consts.DefaultWatcherWait)
|
||||
viper.SetDefault("scanner.scanonstartup", true)
|
||||
|
||||
Reference in New Issue
Block a user