Skip to content

Commit

Permalink
Support catchup-id for live URLs where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Feb 1, 2024
1 parent 8f7a609 commit 9ce2170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iptvsimple/CatchupController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ void CatchupController::ProcessChannelForPlayback(const Channel& channel, std::m
m_programmeCatchupId.clear();
m_catchupStartTime = 0;
m_catchupEndTime = 0;

if (liveEpgEntry)
m_programmeCatchupId = liveEpgEntry->GetCatchupId();
}
m_fromEpgTag = false;
}
Expand Down

0 comments on commit 9ce2170

Please sign in to comment.