diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-08-30 19:36:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 19:36:51 +0200 |
| commit | b7e13f3a03215f089a3a03ff044ea54173e6a1b0 (patch) | |
| tree | 1cbd31a8c91b8eb41dcdc27f6b1aa47d41be419f /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 9bf2769cdb497d709f8c50fdc5388f197b797e8d (diff) | |
| parent | 963ab2dab6a8c4dafadae61312b36ed5fbb1f323 (diff) | |
Merge pull request #5697 from Bond-009/ffmpeg2
Simplify the way we choose our ffmpeg
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; } |
