From 2809b27975c44717cd0c6f40bde6283dcb921a96 Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Tue, 15 Jul 2025 14:29:46 -0700 Subject: [PATCH] fix: update AffiliateID param --- zap2xml.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zap2xml.pl b/zap2xml.pl index bf6d9b6..556337c 100755 --- a/zap2xml.pl +++ b/zap2xml.pl @@ -262,7 +262,7 @@ if (defined($options{z})) { my $zstart = substr($ms, 0, -3); $params = "?time=$zstart×pan=$gridHours&pref=$zapPref&"; $params .= &getZapGParams(); - $params .= '&TMSID=&AffiliateID=gapzap&FromPage=TV%20Grid'; + $params .= '&TMSID=&AffiliateID=lat&FromPage=TV%20Grid'; $params .= '&ActivityID=1&OVDID=&isOverride=true'; $rs = &getURL($urlRoot . "api/grid$params",1); last if ($rs eq ''); @@ -893,7 +893,7 @@ sub getZapParams { $phash{countryCode} = $country; $phash{headendId} = $lineupId; $phash{device} = $device; - $phash{aid} = 'gapzap'; + $phash{aid} = 'lat'; return %phash; }