Fixed
- TVDB ID echoed in RSS responses —
/newznab/?t=capsnow advertisestvdbid, and tvsearch results include<newznab:attr name="tvdbid" />. Sonarr can match definitively instead of parsing titles (fixes ambiguous names like "Return to Paradise" vs "Paradise"). - Redundant
Series.N.Mstripped from release titles —S02E01.Series.2.1.Apex.Predator→S02E01.Apex.Predator. Sonarr's parser handles the cleaner form. - Episode titles with colons —
Series 2: 5. Chapter One: Murdernow splits only at the first": ", preserving the episode number. - Dashboard overflow — active/queue sections cap at 400px/300px with thin internal scrollbars; page-level horizontal scroll restored.
- Queue card appearing dynamically — pending-download SSE events were routed to the active list; now correctly create the Queue card without a refresh.
- Long titles truncate with ellipsis in dashboard rows and history table.
Full changelog: v1.1.4...v1.1.5