diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-07-11 22:36:50 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-07-11 22:42:02 +0200 |
| commit | b91c4be74c7181319f45b9f1b2f157d4952f4f0d (patch) | |
| tree | b7387367e2864901885ff4f10de2049e512424f8 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 203c46de33622c211d8d3262c243e95f1157bc68 (diff) | |
Remove old "has update available" code
This is the job of a package manager (or maybe the tray app for windows)
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 d75ae91c0..e45b2f33a 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -130,6 +130,7 @@ namespace MediaBrowser.Model.System /// Gets or sets a value indicating whether this instance has update available. /// </summary> /// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value> + [Obsolete("This should be handled by the package manager")] public bool HasUpdateAvailable { get; set; } public FFmpegLocation EncoderLocation { get; set; } |
