mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Update BasePlugin.cs
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
/// </summary>
|
||||
public bool CanUninstall => !Path.GetDirectoryName(AssemblyFilePath)
|
||||
.Equals(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), StringComparison.InvariantCulture) &&
|
||||
!typeof(IPluginRegistrar).IsAssignableFrom(this.GetType());
|
||||
!typeof(IPluginServiceRegistrator).IsAssignableFrom(this.GetType());
|
||||
|
||||
/// <summary>
|
||||
/// Gets the plugin info.
|
||||
|
||||
Reference in New Issue
Block a user