Skip to content

Commit

Permalink
LiveTV: Construct the TV object immediately.
Browse files Browse the repository at this point in the history
This was a hangover from the old playback threading model which was just
slowing down startup.

This also fixes the issue of LiveTV hanging when 'Start TV in Program
Guide' is enabled, though I will follow this up with additional
improvements in that area.
  • Loading branch information
Mark Kendall committed Feb 9, 2011
1 parent 27e125f commit 48bf9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -1280,7 +1280,7 @@ bool TV::LiveTV(bool showDialogs, bool startInGuide)
RequestNextRecorder(actx, showDialogs))
{
actx->SetInitialTVState(true);
ScheduleStateChange(actx);
HandleStateChange(actx, actx);
switchToRec = NULL;

// Start Idle Timer
Expand Down

0 comments on commit 48bf9de

Please sign in to comment.