Merge branch 'master' into warn24

This commit is contained in:
Bond-009
2020-08-20 18:50:15 +02:00
committed by GitHub
48 changed files with 492 additions and 381 deletions

View File

@@ -196,9 +196,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;
}