mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
fix sleeptimer for webtv
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2260d13704
Author: TangoCash <eric@loxat.de>
Date: 2024-09-18 (Wed, 18 Sep 2024)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1571,7 +1571,7 @@ void copy_info(CSectionsdClient::CurrentNextInfo *_info, CSectionsdClient::Curre
|
||||
void CInfoViewer::getEPG(const t_channel_id for_channel_id, CSectionsdClient::CurrentNextInfo &info)
|
||||
{
|
||||
/* to clear the oldinfo for channels without epg, call getEPG() with for_channel_id = 0 */
|
||||
if (for_channel_id == 0 || IS_WEBCHAN(for_channel_id))
|
||||
if (for_channel_id == 0 /*|| IS_WEBCHAN(for_channel_id)*/)
|
||||
{
|
||||
oldinfo.current_uniqueKey = 0;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user