mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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))
|
if (!string.IsNullOrWhiteSpace(customffProbePath))
|
||||||
{
|
{
|
||||||
info.EncoderPath = customffProbePath;
|
info.ProbePath = customffProbePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
return info;
|
return info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user