Ver Fonte

fix encoder loader

Luke Pulverenti há 8 anos atrás
pai
commit
32187a55f4
1 ficheiros alterados com 1 adições e 1 exclusões
  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))
             {
-                info.EncoderPath = customffProbePath;
+                info.ProbePath = customffProbePath;
             }
 
             return info;