fix encoder loader

This commit is contained in:
Luke Pulverenti 2017-07-23 01:54:24 -04:00
parent d500998d78
commit 32187a55f4

View file

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