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

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

@ -629,11 +629,7 @@ namespace Emby.Server.Implementations.Plugins
continue;
}
if (manifest.Status != PluginStatus.Deleted)
{
manifest.Status = PluginStatus.Deleted;
SaveManifest(manifest, entry.Path);
}
ChangePluginState(entry, PluginStatus.Deleted);
}
}
}

Loading…
Cancel
Save