From 922ebd0bb5ca8c939867a80e2821f15e3b76845a Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Wed, 22 Nov 2023 13:32:17 +0000 Subject: [PATCH] Update API docs --- docs/api/components_ItemGrid_ItemGrid.bs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/components_ItemGrid_ItemGrid.bs.html b/docs/api/components_ItemGrid_ItemGrid.bs.html index 0b557c9c7..cbe4f7221 100644 --- a/docs/api/components_ItemGrid_ItemGrid.bs.html +++ b/docs/api/components_ItemGrid_ItemGrid.bs.html @@ -737,6 +737,9 @@ if node.watchChannel <> invalid ' Clone the node when it's reused/update in the TimeGrid it doesn't automatically start playing m.top.selectedItem = node.watchChannel.clone(false) + ' Make sure to set watchChanel to invalid in case the user hits back and then selects + ' the same channel on the guide (without moving away from the currently selected channel) + m.tvGuide.watchChannel = invalid end if end sub