mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
update ffmpeg path customization
This commit is contained in:
@@ -115,7 +115,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
}
|
}
|
||||||
|
|
||||||
var appPath = GetEncodingOptions().EncoderAppPath;
|
var appPath = GetEncodingOptions().EncoderAppPath;
|
||||||
appPath = "C:\\dev\\Emby.dev\\ProgramData-Server\\ffmpeg";
|
|
||||||
|
|
||||||
if (Directory.Exists(appPath))
|
if (Directory.Exists(appPath))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user