Skip to content

Commit

Permalink
Send "REC_FINISHED" on correct recording.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Jun 6, 2012
1 parent 92bf53d commit f042bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_rec.cpp
Expand Up @@ -873,7 +873,7 @@ void TVRec::FinishedRecording(RecordingInfo *curRec, RecordingQuality *recq)
if (HasFlags(kFlagDummyRecorderRunning))
{
curRec->FinishedRecording(true); // so end time is updated
SendMythSystemRecEvent("REC_FINISHED", curRecording);
SendMythSystemRecEvent("REC_FINISHED", curRec);
return;
}

Expand Down

0 comments on commit f042bc2

Please sign in to comment.