Skip to content

Commit

Permalink
Fix a crash when executing a jump point during a playlist.
Browse files Browse the repository at this point in the history
Refs #10407.
  • Loading branch information
stichnot authored and drescherjm committed Mar 7, 2012
1 parent 3848b9c commit fab58e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/programs/mythfrontend/playbackbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4155,6 +4155,10 @@ void PlaybackBox::customEvent(QEvent *event)
m_artTimer[(uint)type]->start(s_artDelay[(uint)type]);
}
}
else if (message == "EXIT_TO_MENU")
{
m_playListPlay.clear();
}
}
else
ScheduleCommon::customEvent(event);
Expand Down

0 comments on commit fab58e7

Please sign in to comment.