Merge pull request #5073 from BaronGreenback/ffmpeg

Fix for 4933: Alternative ffmpeg fix
pull/5258/head
Claus Vium 3 years ago committed by GitHub
commit e5f99762e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save