mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Prevent system plugins from being uninstalled
This commit is contained in:
@@ -40,6 +40,11 @@ namespace MediaBrowser.Common.Plugins
|
||||
/// <value>The assembly file path.</value>
|
||||
string AssemblyFilePath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the plugin can be uninstalled.
|
||||
/// </summary>
|
||||
bool CanUninstall { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the full path to the data folder, where the plugin can store any miscellaneous files needed.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user