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:
parent
9348166bb5
commit
bbba2c8225
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue