Make taglib the default metadata extractor

This commit is contained in:
Deluan 2020-10-05 21:01:03 -04:00
parent 665b1f6898
commit af55b93ac8
1 changed files with 1 additions and 1 deletions

View File

@ -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)