TV release decks have no URL of their own #152

Closed
opened 2026-08-23 20:23:32 +01:00 by naps62-yolo · 0 comments
Owner

Movie decks deep-link at /movies/{id}/releases. The season and episode decks
added by #129 open as overlays over /series/{id} with no URL of their own, so
the browser back button does not close them (Esc and back both leave the view
instead) and a deck cannot be linked to or reloaded into.

Add /series/{id}/seasons/{n}/releases and /episodes/{id}/releases routes so
TV matches the movie behaviour. The deck paint path is already shared, so this
is routing rather than rendering.

Movie decks deep-link at `/movies/{id}/releases`. The season and episode decks added by #129 open as overlays over `/series/{id}` with no URL of their own, so the browser back button does not close them (Esc and back both leave the view instead) and a deck cannot be linked to or reloaded into. Add `/series/{id}/seasons/{n}/releases` and `/episodes/{id}/releases` routes so TV matches the movie behaviour. The deck paint path is already shared, so this is routing rather than rendering.
naps62-yolo added this to the TV tracking milestone 2026-08-23 20:23:32 +01:00
naps62-yolo added the difficulty/easyarea/webphase/6-tvtype/feature labels 2026-08-23 20:23:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yolo/arr#152