mirror of https://github.com/calzoneman/sync.git
Fix a typo
This commit is contained in:
parent
46baa5532f
commit
57fe5eea4d
|
@ -159,7 +159,7 @@ var Getters = {
|
||||||
var params = [
|
var params = [
|
||||||
"part=" + encodeURIComponent("id,snippet,contentDetails"),
|
"part=" + encodeURIComponent("id,snippet,contentDetails"),
|
||||||
"id=" + id,
|
"id=" + id,
|
||||||
"key=" + sv.cfg["ytapikey"]
|
"key=" + sv.cfg["ytv3apikey"]
|
||||||
].join("&");
|
].join("&");
|
||||||
var options = {
|
var options = {
|
||||||
host: "www.googleapis.com",
|
host: "www.googleapis.com",
|
||||||
|
|
Loading…
Reference in New Issue