mirror of
https://github.com/iptv-org/epg
synced 2026-04-28 21:46:58 -04:00
Fix firstmedia.com schedule api start time.
The correct start time for schedule is 1. Settings start time to 0 will mix the schedules from next day.
This commit is contained in:
@@ -8,7 +8,7 @@ const channel = { site_id: '243', xmltv_id: 'AlJazeeraEnglish.qa', lang: 'id' }
|
||||
|
||||
it('can generate valid url', () => {
|
||||
expect(url({ channel, date })).toBe(
|
||||
'https://api.firstmedia.com/api/content/tv-guide/list?date=08/11/2023&channel=243&startTime=0&endTime=24'
|
||||
'https://api.firstmedia.com/api/content/tv-guide/list?date=08/11/2023&channel=243&startTime=1&endTime=24'
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user