Use ffmpeg extractor by default on Windows
This is to avoid issue with unicode chars in filenames. See #810
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// +build !windows
|
||||
|
||||
package conf
|
||||
|
||||
const DefaultScannerExtractor = "taglib"
|
||||
Reference in New Issue
Block a user