Merge pull request #3411 from neilsb/system-plugin-removal

Prevent system plugins from being uninstalled
This commit is contained in:
Bond-009
2020-06-22 15:23:35 +02:00
committed by GitHub
4 changed files with 26 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>