diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 08:24:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 08:24:12 +0000 |
| commit | 30645e72654e0d4918c86b610cbe9e8c2e4f4907 (patch) | |
| tree | 21ff7501899f4249f8fac8bfb35c67f76d647580 /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 2d094bedf5d8b8e0e33e5bc0f59f9f39cb7b40c7 (diff) | |
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 1 |
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, |
