mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 21:24:15 -04:00
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
a293024efd
commit
9bf970e5c6
@ -629,11 +629,7 @@ namespace Emby.Server.Implementations.Plugins
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (manifest.Status != PluginStatus.Deleted)
|
ChangePluginState(entry, PluginStatus.Deleted);
|
||||||
{
|
|
||||||
manifest.Status = PluginStatus.Deleted;
|
|
||||||
SaveManifest(manifest, entry.Path);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user