fix sleeptimer for webtv

Origin commit data
------------------
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:
TangoCash
2024-09-18 12:48:44 +02:00
committed by Thilo Graf
parent f7cded7f63
commit 96691b4e0d

View File

@@ -1497,7 +1497,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;