Selaa lähdekoodia

Update Emby.Server.Implementations/Plugins/PluginManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 vuotta sitten
vanhempi
sitoutus
3708ca8dbb
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      Emby.Server.Implementations/Plugins/PluginManager.cs

+ 0 - 1
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>