Files
SubMiner/changes/fix-jellyfin-overlay-toggle.md
T
sudacode 27e3d956c9 fix(jellyfin): send explicit hide/show overlay instead of toggle
- Track overlay visibility in plugin state; y-t uses explicit hide/show commands when state is known
- Prevent paused Jellyfin playback from resuming on overlay hide
- Fix subtitle cache cleanup to only remove dirs after successful cleanup
2026-05-24 03:01:15 -07:00

201 B

type: fixed area: jellyfin

  • Fixed Jellyfin y-t overlay hide so the plugin sends an explicit hide command when it knows the overlay is visible, avoiding overlay reloads and paused playback resumes.