mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Make taglib the default metadata extractor
This commit is contained in:
parent
665b1f6898
commit
af55b93ac8
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ func init() {
|
|||
viper.SetDefault("authrequestlimit", 5)
|
||||
viper.SetDefault("authwindowlength", 20*time.Second)
|
||||
|
||||
viper.SetDefault("scanner.extractor", "ffmpeg")
|
||||
viper.SetDefault("scanner.extractor", "taglib")
|
||||
|
||||
// DevFlags. These are used to enable/disable debugging and incomplete features
|
||||
viper.SetDefault("devlogsourceline", false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue