aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Plugins
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 21:56:03 +0000
committerGitHub <noreply@github.com>2020-12-18 21:56:03 +0000
commit3708ca8dbb0eff2eaa6c39b22cc1a2fd6e197dff (patch)
treed886c37df6bbbf0ead3120c64ad500a56a93d99d /Emby.Server.Implementations/Plugins
parent4757824a826b05b281a83945ef39d19fa04981e4 (diff)
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/Plugins')
-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 613e610d3..6ed9623f9 100644
--- a/Emby.Server.Implementations/Plugins/PluginManager.cs
+++ b/Emby.Server.Implementations/Plugins/PluginManager.cs
@@ -29,7 +29,6 @@ namespace Emby.Server.Implementations.Plugins
private readonly IApplicationHost _appHost;
private readonly ServerConfiguration _config;
private readonly IList<LocalPlugin> _plugins;
- private readonly Version _nextVersion;
private readonly Version _minimumVersion;
/// <summary>