Removed remaining self-update code

This commit is contained in:
Bond_009
2019-02-06 20:53:05 +01:00
committed by Bond-009
parent 395072239d
commit 77a5617774
7 changed files with 8 additions and 80 deletions

View File

@@ -60,12 +60,6 @@ namespace MediaBrowser.Model.System
/// <value><c>true</c> if this instance can self restart; otherwise, <c>false</c>.</value>
public bool CanSelfRestart { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance can self update.
/// </summary>
/// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value>
public bool CanSelfUpdate { get; set; }
public bool CanLaunchWebBrowser { get; set; }
/// <summary>