mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Try harder at detecting FFmpeg version and enable the validation
This commit is contained in:
@@ -183,9 +183,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
_logger.LogWarning("FFmpeg: {Location}: Failed version check: {Path}", location, path);
|
||||
}
|
||||
|
||||
// ToDo - Enable the ffmpeg validator. At the moment any version can be used.
|
||||
rc = true;
|
||||
|
||||
_ffmpegPath = path;
|
||||
EncoderLocation = location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user