mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -429,7 +429,6 @@ namespace Emby.Server.Implementations
|
||||
if (plugin == null)
|
||||
{
|
||||
// Create a dummy record for the providers.
|
||||
var pInstance = (IPlugin)instance;
|
||||
plugin = new LocalPlugin(
|
||||
pInstance.AssemblyFilePath,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user