Skip to content

Commit

Permalink
Update Apple_TV.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne authored and VirgilClyne committed Nov 13, 2021
1 parent 55c8504 commit e3989fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/Apple_TV.js
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ if (url.indexOf(path1) != -1) {
configurations.data.userProps.utsc = "1:18943";
configurations.data.userProps.countryCode = countryCode;
configurations.data.userProps.gac = true;
body = JSON.stringify(configs);
console.log('configs');
body = JSON.stringify(configurations);
console.log('configurations');
}

$done({body});

0 comments on commit e3989fb

Please sign in to comment.