Skip to content

Commit

Permalink
fix sleeptimer for webtv
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoCash authored and Frankenstone committed Sep 25, 2024
1 parent 4acd28a commit b6ddf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/infoviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ void CInfoViewer::sendNoEpg(const t_channel_id for_channel_id)
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;
Expand Down

0 comments on commit b6ddf40

Please sign in to comment.