Skip to content

Commit

Permalink
Merge pull request #1529 from jimdogx/fix/jf-live-tv-rewatch-channel
Browse files Browse the repository at this point in the history
Fix TV Guide bug
  • Loading branch information
1hitsong authored Nov 22, 2023
2 parents a64dc4a + fd23023 commit 3da92d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/ItemGrid/ItemGrid.bs
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,9 @@ sub onChannelSelected(msg)
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

Expand Down

0 comments on commit 3da92d5

Please sign in to comment.