Skip to content

Commit

Permalink
Fixes #10943. Apply LiveTV group before we start jobs.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kristjansson <danielk@cuymedia.net>
  • Loading branch information
wofferl authored and daniel-kristjansson committed Jul 31, 2012
1 parent 5cc6d1c commit 7b0df34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/tv_rec.cpp
Expand Up @@ -4430,6 +4430,9 @@ bool TVRec::GetProgramRingBufferForLiveTV(RecordingInfo **pginfo,
prog->SetPathname(sgroup.FindNextDirMostFree());
}

if (!pseudoLiveTVRecording)
prog->ApplyRecordRecGroupChange("LiveTV");

StartedRecording(prog);

*rb = RingBuffer::Create(prog->GetPathname(), true);
Expand Down

0 comments on commit 7b0df34

Please sign in to comment.