Fix a typo

This commit is contained in:
calzoneman 2013-12-15 18:55:15 -06:00
parent 46baa5532f
commit 57fe5eea4d
1 changed files with 1 additions and 1 deletions

View File

@ -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",