Browse Source

Merge pull request #5073 from BaronGreenback/ffmpeg

Fix for 4933: Alternative ffmpeg fix

(cherry picked from commit e5f99762e2d15cfb9e81c92f948a5ee19d128748)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
Claus Vium 4 years ago
parent
commit
e6cc8d5015
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs

+ 1 - 0
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs

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