Skip to content

Commit

Permalink
Merge pull request xbmc#23810 from ksooo/video-info-dialog-restore-ca…
Browse files Browse the repository at this point in the history
…stlist

[video] Video info dialog: Reinit cast list on re-open of dialog afte…
  • Loading branch information
ksooo authored Sep 24, 2023
2 parents e0b42ee + 25575f6 commit bddd696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/video/dialogs/GUIDialogVideoInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ void CGUIDialogVideoInfo::Play(bool resume)
else if (!CGUIWindowVideoBase::ShowResumeMenu(*m_movieItem))
{
// The Resume dialog was closed without any choice
SetMovie(m_movieItem.get()); // restore cast list, which was cleared on GUI_MSG_WINDOW_DEINIT
Open();
return;
}
Expand Down

0 comments on commit bddd696

Please sign in to comment.