mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-17 15:51:22 +03:00
Log ffmpeg
detection as Info
This commit is contained in:
parent
2de0a40c6f
commit
1ffc8d619e
@ -84,7 +84,7 @@ func createJWTSecret(ds model.DataStore) error {
|
|||||||
func checkFfmpegInstallation() {
|
func checkFfmpegInstallation() {
|
||||||
path, err := exec.LookPath("ffmpeg")
|
path, err := exec.LookPath("ffmpeg")
|
||||||
if err == nil {
|
if err == nil {
|
||||||
log.Debug("Found ffmpeg", "path", path)
|
log.Info("Found ffmpeg", "path", path)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Warn("Unable to find ffmpeg. Transcoding will fail if used", err)
|
log.Warn("Unable to find ffmpeg. Transcoding will fail if used", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user