Skip to content

Commit

Permalink
Use correct RecordingInfo* in FinishedRecording()'s SendMythSystemRec…
Browse files Browse the repository at this point in the history
…Event().
  • Loading branch information
daniel-kristjansson committed May 28, 2012
1 parent d0c33e3 commit 00984d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_rec.cpp
Expand Up @@ -916,7 +916,7 @@ void TVRec::FinishedRecording(RecordingInfo *curRec, RecordingQuality *recq)
curRec->FinishedRecording(!is_good || (recgrp == "LiveTV"));

// send out REC_FINISHED message
SendMythSystemRecEvent("REC_FINISHED", curRecording);
SendMythSystemRecEvent("REC_FINISHED", curRec);

// send out DONE_RECORDING message
int secsSince = curRec->GetRecordingStartTime()
Expand Down

0 comments on commit 00984d7

Please sign in to comment.