navidrome/conf/defaults_win.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
74 B
Go

// +build windows
package conf
const DefaultScannerExtractor = "ffmpeg"