We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6755792 commit 2809b27Copy full SHA for 2809b27
zap2xml.pl
@@ -262,7 +262,7 @@
262
my $zstart = substr($ms, 0, -3);
263
$params = "?time=$zstart×pan=$gridHours&pref=$zapPref&";
264
$params .= &getZapGParams();
265
- $params .= '&TMSID=&AffiliateID=gapzap&FromPage=TV%20Grid';
+ $params .= '&TMSID=&AffiliateID=lat&FromPage=TV%20Grid';
266
$params .= '&ActivityID=1&OVDID=&isOverride=true';
267
$rs = &getURL($urlRoot . "api/grid$params",1);
268
last if ($rs eq '');
@@ -893,7 +893,7 @@ sub getZapParams {
893
$phash{countryCode} = $country;
894
$phash{headendId} = $lineupId;
895
$phash{device} = $device;
896
- $phash{aid} = 'gapzap';
+ $phash{aid} = 'lat';
897
return %phash;
898
}
899
0 commit comments