fix encoder loader
This commit is contained in:
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…
Reference in New Issue
Block a user