Merge pull request #5073 from BaronGreenback/ffmpeg

Fix for 4933: Alternative ffmpeg fix
This commit is contained in:
Claus Vium 2021-02-27 19:55:52 +01:00 committed by GitHub
commit e5f99762e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
_ffmpegPath = path;
EncoderLocation = location;
return true;
}
else
{