All checks were successful
Build and Push Docker Image / build (push) Successful in 48s
two fixes based on actual behavior of the jellyfin webhook plugin: - 'Webhook Url' setup value no longer re-serialized with mqtt://. show the user's broker url verbatim so whatever protocol they use (ws://, http://, etc.) survives the round trip - dropped the server-side 'trigger a jellyfin rescan during the test' machinery. a refresh that doesn't mutate metadata won't fire Item Added, so relying on it produced false negatives. now we just wait for any message on the topic; ui instructs the user to hit play on a movie in jellyfin while the test runs — playback start is a deterministic trigger, unlike library events - setup panel now lists Notification Types as 'Item Added, Playback Start'. playback start is for the test only; the production handler still filters events down to item added / updated