From bbba2c822546af59b40954b93bbfa9edd54322bd Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Wed, 17 Jun 2026 08:43:43 -0700 Subject: [PATCH] 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. --- webui/static/video/video-side.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/video/video-side.js b/webui/static/video/video-side.js index 4a379998..65a26edc 100644 --- a/webui/static/video/video-side.js +++ b/webui/static/video/video-side.js @@ -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