Upped playlist shit

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-16 18:47:05 +02:00
parent bed8773dcd
commit e9583f576f

View File

@@ -56,7 +56,7 @@ $(document).ready(function()
pId = search_input.split("list=");
if(pId.length > 1)
{
pListUrl = "http://gdata.youtube.com/feeds/api/playlists/"+pId[1]+"/?format=5&max-results=300&v=2&alt=jsonc";
pListUrl = "http://gdata.youtube.com/feeds/api/playlists/"+pId[1]+"/?format=5&max-results=50&v=2&alt=jsonc";
$.ajax({
type: "GET",
url: pListUrl,