mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 20:12:22 +03:00
Change fallback extractor to taglib, the default option
This commit is contained in:
parent
876dda83f2
commit
91325071a6
@ -28,9 +28,9 @@ func Extract(files ...string) (map[string]*Tags, error) {
|
||||
case "ffmpeg":
|
||||
e = &ffmpegExtractor{}
|
||||
default:
|
||||
log.Warn("Invalid Scanner.Extractor option. Using default ffmpeg", "requested", conf.Server.Scanner.Extractor,
|
||||
log.Warn("Invalid Scanner.Extractor option. Using default taglib", "requested", conf.Server.Scanner.Extractor,
|
||||
"validOptions", "ffmpeg,taglib")
|
||||
e = &ffmpegExtractor{}
|
||||
e = &taglibExtractor{}
|
||||
}
|
||||
return e.Extract(files...)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user