Skip to content

Commit

Permalink
force exit from video player when finished to set TV back to SDR
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Sep 28, 2024
1 parent 4fd7d42 commit 5e35ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/video/VideoPlayerView.bs
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ sub onState(msg)
else if m.top.state = "finished"
m.playbackTimer.control = "stop"
ReportPlayback("finished")
m.top.backPressed = true ' force exit from video player to set TV back to SDR
end if
m.log.debug("end onState()", m.top.state)
end sub
Expand Down

0 comments on commit 5e35ffa

Please sign in to comment.