From e9583f576f11b90acadbe0b5513e6d10b41644fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 16 Apr 2015 18:47:05 +0200 Subject: [PATCH] Upped playlist shit --- static/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/search.js b/static/js/search.js index 0a9aa242..4003a491 100755 --- a/static/js/search.js +++ b/static/js/search.js @@ -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,