remove self update capability from service

This commit is contained in:
Luke Pulverenti
2013-10-07 12:22:19 -04:00
parent 65f78ea5ad
commit 4a030a70a9
7 changed files with 96 additions and 26 deletions

View File

@@ -67,7 +67,13 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <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; }
/// <summary>
/// Gets or sets plugin assemblies that failed to load.
/// </summary>