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