mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 04:23:01 +03:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user