mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-17 13:02:05 +00:00
Fix a typo
This commit is contained in:
parent
46baa5532f
commit
57fe5eea4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue