Browse Source

fix encoder loader

Luke Pulverenti 8 years ago
parent
commit
32187a55f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/FFMpeg/FFMpegLoader.cs

+ 1 - 1
Emby.Server.Implementations/FFMpeg/FFMpegLoader.cs

@@ -109,7 +109,7 @@ namespace Emby.Server.Implementations.FFMpeg
             }
             }
             if (!string.IsNullOrWhiteSpace(customffProbePath))
             if (!string.IsNullOrWhiteSpace(customffProbePath))
             {
             {
-                info.EncoderPath = customffProbePath;
+                info.ProbePath = customffProbePath;
             }
             }
 
 
             return info;
             return info;