mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
feat(server): removed GenreSeparator
, replaced with Tag.Genre.Split
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
453873fa26
commit
637c909e93
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue