mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-06 12:42:24 +00:00
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -52,7 +52,6 @@ namespace Emby.Server.Implementations.Plugins
|
||||
_jsonOptions = JsonDefaults.GetOptions();
|
||||
_config = config;
|
||||
_appHost = appHost;
|
||||
_nextVersion = new Version(_appVersion.Major, _appVersion.Minor + 2, _appVersion.Build, _appVersion.Revision);
|
||||
_minimumVersion = new Version(0, 0, 0, 1);
|
||||
_plugins = Directory.Exists(_pluginsPath) ? DiscoverPlugins().ToList() : new List<LocalPlugin>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user