From 3ff3cab4df292c234a9083d6c3c3329d84d035d4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 4 Jul 2017 19:23:08 +0200 Subject: fetch some more days for nextshows diff --git a/www/js/nextshows.js b/www/js/nextshows.js index b6d0a05..9d4ff8e 100644 --- a/www/js/nextshows.js +++ b/www/js/nextshows.js @@ -39,7 +39,7 @@ rh.ShowList.prototype.fetch = function() { var self = this; var yd = new Date((new Date()) - 24 * 3600 * 1000); var ydstr = yd.getFullYear() + '-' + Number(yd.getMonth() + 1).pad(2) + '-' + Number(yd.getDate()).pad(2); - $.getJSON("/rh-bin/schedules.json?DAYS=3&START=" + ydstr, function(data) { + $.getJSON("/rh-bin/schedules.json?DAYS=5&START=" + ydstr, function(data) { if(data.status == "OK") { self.shows = []; $(data.shows).each(function(index, showdata) { -- cgit v0.10.2