mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 03:34:46 +03:00
Simplify the way we choose our ffmpeg
* no longer search $PATH * no longer require a full path * don't fall back
This commit is contained in:
@@ -133,6 +133,7 @@ namespace MediaBrowser.Model.System
|
||||
[Obsolete("This should be handled by the package manager")]
|
||||
public bool HasUpdateAvailable { get; set; }
|
||||
|
||||
[Obsolete("This isn't set correctly anymore")]
|
||||
public FFmpegLocation EncoderLocation { get; set; }
|
||||
|
||||
public Architecture SystemArchitecture { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user