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 = [
|
||||
"part=" + encodeURIComponent("id,snippet,contentDetails"),
|
||||
"id=" + id,
|
||||
"key=" + sv.cfg["ytapikey"]
|
||||
"key=" + sv.cfg["ytv3apikey"]
|
||||
].join("&");
|
||||
var options = {
|
||||
host: "www.googleapis.com",
|
||||
|
|
Loading…
Reference in New Issue