aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 08:24:12 +0000
committerGitHub <noreply@github.com>2020-12-18 08:24:12 +0000
commit30645e72654e0d4918c86b610cbe9e8c2e4f4907 (patch)
tree21ff7501899f4249f8fac8bfb35c67f76d647580
parent2d094bedf5d8b8e0e33e5bc0f59f9f39cb7b40c7 (diff)
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/Plugins/PluginManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs
index 66a233fbe..6eeb8613c 100644
--- a/Emby.Server.Implementations/Plugins/PluginManager.cs
+++ b/Emby.Server.Implementations/Plugins/PluginManager.cs
@@ -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,