mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 19:20:37 +03:00
Fix ffmpeg
detection
This commit is contained in:
parent
edc9344327
commit
c60e56828b
@ -85,6 +85,7 @@ func checkFfmpegInstallation() {
|
||||
path, err := exec.LookPath("ffmpeg")
|
||||
if err == nil {
|
||||
log.Debug("Found ffmpeg", "path", path)
|
||||
return
|
||||
}
|
||||
log.Warn("Unable to find ffmpeg. Transcoding will fail if used", err)
|
||||
if conf.Server.Scanner.Extractor == "ffmpeg" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user