Update Emby.Server.Implementations/Updates/InstallationManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/5712/head
BaronGreenback 3 years ago committed by GitHub
parent 65f880be32
commit b645bb20de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -502,7 +502,7 @@ namespace Emby.Server.Implementations.Updates
foreach (var plugin in plugins)
{
// Don't auto update when plugin marked not to, or when it's disabled.
if (plugin.Manifest?.AutoUpdate == false || plugin.Manifest?.Status == MediaBrowser.Model.Plugins.PluginStatus.Disabled)
if (plugin.Manifest?.AutoUpdate == false || plugin.Manifest?.Status == PluginStatus.Disabled)
{
continue;
}

Loading…
Cancel
Save