[PR #10625] Fix: Plugin Installed Alerts missing from Admin Dashboard #10620 #12561

Closed
opened 2026-02-07 06:58:04 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10625

State: closed
Merged: Yes


Changes

Ternary operator in the PublishAsync method was causing plugin installed event not raised. Logic changed with simple if/else statement.

(Screenshot)
jellyfin_alert_fix

Issues

Fixes #10620

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10625 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Ternary operator in the PublishAsync method was causing plugin installed event not raised. Logic changed with simple if/else statement. (Screenshot) ![jellyfin_alert_fix](https://github.com/jellyfin/jellyfin/assets/59802077/1edfdc32-1f22-4cfa-8467-029cef1dad1c) **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #10620
OVERLORD added the pull-request label 2026-02-07 06:58:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12561