mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 05:22:44 +01:00
Update BasePlugin.cs
This commit is contained in:
parent
53bea919d0
commit
257acbc2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue