Prevent system plugins from being uninstalled

This commit is contained in:
Neil Burrows
2020-06-22 10:13:28 +01:00
parent c3349038c4
commit c20400fa40
4 changed files with 25 additions and 1 deletions

View File

@@ -35,6 +35,12 @@ namespace MediaBrowser.Model.Plugins
/// </summary>
/// <value>The unique id.</value>
public string Id { get; set; }
/// <summary>
/// Gets or sets a value indicating whether the plugin can be uninstalled.
/// </summary>
public bool CanUninstall { get; set; }
/// <summary>
/// Gets or sets the image URL.
/// </summary>