Fix: clicking a watchlist channel opened the dashboard, not its detail page

video-channel-detail was in DETAIL_PAGES but missing from VIDEO_PAGES, so
pageMeta() fell back to VIDEO_PAGES[0] (dashboard). Register it so navigate()
resolves the channel detail subpage.
This commit is contained in:
BoulderBadgeDad 2026-06-17 08:43:43 -07:00
parent 9348166bb5
commit bbba2c8225

View file

@ -145,6 +145,7 @@
{ id: 'video-show-detail', label: 'Show' },
{ id: 'video-movie-detail', label: 'Movie' },
{ id: 'video-person-detail', label: 'Person' },
{ id: 'video-channel-detail', label: 'Channel' },
];
// "Shared" video pages reuse the REAL music page (shown identically on the