mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
[timermanager] fix stop recordings
This commit is contained in:
@@ -1246,8 +1246,6 @@ void CTimerEvent_Record::announceEvent()
|
|||||||
//------------------------------------------------------------
|
//------------------------------------------------------------
|
||||||
void CTimerEvent_Record::stopEvent()
|
void CTimerEvent_Record::stopEvent()
|
||||||
{
|
{
|
||||||
if (adjustToCurrentEPG())
|
|
||||||
return;
|
|
||||||
CTimerd::RecordingStopInfo stopinfo;
|
CTimerd::RecordingStopInfo stopinfo;
|
||||||
// Set EPG-ID if not set
|
// Set EPG-ID if not set
|
||||||
stopinfo.eventID = eventID;
|
stopinfo.eventID = eventID;
|
||||||
|
Reference in New Issue
Block a user