mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8727] Don't auto-update if plugin is pending restart #11836
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8727
State: closed
Merged: Yes
Fixes https://github.com/jellyfin/jellyfin/issues/8681
The update task already ignores plugins marked as Disabled, but when initially disabling a plugin it's status is set to Restart.
Alternatively we could ignore plugins with a status of Restart when checking for updates