Merge pull request #2397 from iptv-org/fix-tvguide.com

Fix tvguide.com
This commit is contained in:
PopeyeTheSai10r
2024-06-26 17:02:56 -07:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ const channel = {
it('can generate valid url', () => {
expect(url({ date, channel })).toBe(
'https://fandom-prod.apigee.net/v1/xapi/tvschedules/tvguide/9100001138/web?start=1667088000&duration=1440&channelSourceIds=9200018514'
'https://internal-prod.apigee.fandom.net/v1/xapi/tvschedules/tvguide/9100001138/web?start=1667088000&duration=1440&channelSourceIds=9200018514'
)
})