navidrome/conf/defaults.go
Deluan 79dfba80cb
Use ffmpeg extractor by default on Windows
This is to avoid issue with unicode chars in filenames. See #810
2026-01-02 20:06:10 +00:00

6 lines
75 B
Go

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