Remove old "has update available" code

This is the job of a package manager (or maybe the tray app for windows)
This commit is contained in:
Bond_009
2021-07-11 22:36:50 +02:00
parent 203c46de33
commit b91c4be74c
4 changed files with 1 additions and 50 deletions

View File

@@ -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; }