Skip to content

Commit

Permalink
Revert "Force reload of context and stream properties when switching …
Browse files Browse the repository at this point in the history
…between LiveTV segments."

Fixes #9823. Refs #9542. This was already reverted in master, but we missed the backport to 0.24-fixes.

This reverts commit 08a8a65.
  • Loading branch information
daniel-kristjansson committed Aug 11, 2011
1 parent cccad82 commit 5161a5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -2184,7 +2184,6 @@ void MythPlayer::SwitchToProgram(void)
discontinuity, newtype, newid);
if (!pginfo)
return;
newtype = true; // force reloading of context and stream properties

bool newIsDummy = player_ctx->tvchain->GetCardType(newid) == "DUMMY";

Expand Down Expand Up @@ -2311,7 +2310,6 @@ void MythPlayer::JumpToProgram(void)
discontinuity, newtype, newid);
if (!pginfo)
return;
newtype = true; // force reloading of context and stream properties

bool newIsDummy = player_ctx->tvchain->GetCardType(newid) == "DUMMY";
SetPlayingInfo(*pginfo);
Expand Down

0 comments on commit 5161a5f

Please sign in to comment.