mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Make GroupAlbumReleases
false by default
This commit is contained in:
parent
a984bbbc7a
commit
c4c99b7f75
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ func init() {
|
|||
|
||||
viper.SetDefault("scanner.extractor", consts.DefaultScannerExtractor)
|
||||
viper.SetDefault("scanner.genreseparators", ";/,")
|
||||
viper.SetDefault("scanner.groupalbumreleases", true)
|
||||
viper.SetDefault("scanner.groupalbumreleases", false)
|
||||
|
||||
viper.SetDefault("agents", "lastfm,spotify")
|
||||
viper.SetDefault("lastfm.enabled", true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue