navidrome/conf/defaults.go
Deluan 4ed01bad86 Use ffmpeg extractor by default on Windows
This is to avoid issue with unicode chars in filenames. See #810
2021-07-24 11:35:49 -04:00

5 lines
75 B
Go

// +build !windows
package conf
const DefaultScannerExtractor = "taglib"