fix encoder loader

pull/1154/head
Luke Pulverenti 8 years ago
parent d500998d78
commit 32187a55f4

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

Loading…
Cancel
Save