mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
a293024efd
commit
9bf970e5c6
@ -629,11 +629,7 @@ namespace Emby.Server.Implementations.Plugins
|
||||
continue;
|
||||
}
|
||||
|
||||
if (manifest.Status != PluginStatus.Deleted)
|
||||
{
|
||||
manifest.Status = PluginStatus.Deleted;
|
||||
SaveManifest(manifest, entry.Path);
|
||||
}
|
||||
ChangePluginState(entry, PluginStatus.Deleted);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user