Selaa lähdekoodia

fix encoder loader

Luke Pulverenti 8 vuotta sitten
vanhempi
sitoutus
32187a55f4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;