mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add multiple genres to MediaFile
This commit is contained in:
parent
7cd3a8ba67
commit
39da741a80
21 changed files with 309 additions and 72 deletions
|
@ -215,7 +215,7 @@ func init() {
|
|||
viper.SetDefault("reverseproxywhitelist", "")
|
||||
|
||||
viper.SetDefault("scanner.extractor", "taglib")
|
||||
viper.SetDefault("scanner.genreseparators", ";/")
|
||||
viper.SetDefault("scanner.genreseparators", ";/,")
|
||||
|
||||
viper.SetDefault("agents", "lastfm,spotify")
|
||||
viper.SetDefault("lastfm.enabled", true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue