mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 20:24:47 +03:00
Update Emby.Server.Implementations/Updates/InstallationManager.cs
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
@@ -404,7 +404,7 @@ namespace Emby.Server.Implementations.Updates
|
||||
{
|
||||
if (!plugin.CanUninstall)
|
||||
{
|
||||
_logger.LogInformation("Attempt to delete non removable plugin {0}", plugin.Name);
|
||||
_logger.LogWarning("Attempt to delete non removable plugin {0}, ignoring request", plugin.Name);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user