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.
(cherry picked from commit 48bf9de)
  • Loading branch information
Mark Kendall committed Feb 9, 2011
1 parent d0976da commit 54a300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -1346,7 +1346,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 54a300f

Please sign in to comment.