mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
timerlist/controlapi: handle epg_id as channel_id
Origin commit data
------------------
Commit: 1dd6614569
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-27 (Sat, 27 Apr 2019)
Origin message was:
------------------
- timerlist/controlapi: handle epg_id as channel_id
This commit is contained in:
@@ -2736,7 +2736,7 @@ void CControlAPI::SendTimers(CyhookHandler *hh)
|
||||
timer_item += hh->outObject("audio", audio, true);
|
||||
|
||||
timer_item += hh->outPair("recording_dir", timer->recordingDir, true);
|
||||
timer_item += hh->outPair("epg_id", string_printf("%d", (int)timer->epgID), false);
|
||||
timer_item += hh->outPair("epg_id", string_printf(PRINTF_CHANNEL_ID_TYPE_NO_LEADING_ZEROS, timer->epgID), false);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user