Skip to content

Commit 2809b27

Browse files
authored
fix: update AffiliateID param
1 parent 6755792 commit 2809b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zap2xml.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
my $zstart = substr($ms, 0, -3);
263263
$params = "?time=$zstart&timespan=$gridHours&pref=$zapPref&";
264264
$params .= &getZapGParams();
265-
$params .= '&TMSID=&AffiliateID=gapzap&FromPage=TV%20Grid';
265+
$params .= '&TMSID=&AffiliateID=lat&FromPage=TV%20Grid';
266266
$params .= '&ActivityID=1&OVDID=&isOverride=true';
267267
$rs = &getURL($urlRoot . "api/grid$params",1);
268268
last if ($rs eq '');
@@ -893,7 +893,7 @@ sub getZapParams {
893893
$phash{countryCode} = $country;
894894
$phash{headendId} = $lineupId;
895895
$phash{device} = $device;
896-
$phash{aid} = 'gapzap';
896+
$phash{aid} = 'lat';
897897
return %phash;
898898
}
899899

0 commit comments

Comments
 (0)