diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-04-04 23:02:28 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-08-30 15:40:52 +0200 |
| commit | 963ab2dab6a8c4dafadae61312b36ed5fbb1f323 (patch) | |
| tree | 0224812fb2f3cce08e36fe2519adc8d105631aed /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 32a11c006dfe93d569910b842bc7770d056d9eba (diff) | |
Simplify the way we choose our ffmpeg
* no longer search $PATH
* no longer require a full path
* don't fall back
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index e45b2f33a..a82c1c8c0 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -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; } |
