mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
fix
This commit is contained in:
@@ -222,11 +222,12 @@ function submitAndClose(id,title,duration){
|
||||
}
|
||||
|
||||
function addVideos(ids){
|
||||
console.log(ids)
|
||||
var request_url="https://www.googleapis.com/youtube/v3/videos?part=contentDetails,snippet,id&key=***REMOVED***&id=";
|
||||
request_url += ids;
|
||||
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
type: "POST",
|
||||
url: request_url,
|
||||
dataType:"jsonp",
|
||||
success: function(response){
|
||||
|
||||
Reference in New Issue
Block a user