From ddc72f21013a7385bf2eb8ac07d641542d386406 Mon Sep 17 00:00:00 2001 From: thlo Date: Fri, 1 Feb 2013 22:11:11 +0100 Subject: avoid fetching the descriptions of recordings and channels. --- vdr-smarttvweb/web/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vdr-smarttvweb') diff --git a/vdr-smarttvweb/web/index.html b/vdr-smarttvweb/web/index.html index f134ece..f396ed4 100755 --- a/vdr-smarttvweb/web/index.html +++ b/vdr-smarttvweb/web/index.html @@ -28,7 +28,7 @@ $(document).ready(function(){ $.mobile.loading('show'); Server.setSort(true); - Server.fetchVideoList("/recordings.xml"); + Server.fetchVideoList("/recordings.xml?mode=nodesc"); removeDomTree = function () { // parent should not be deleted. @@ -50,7 +50,7 @@ $(document).ready(function(){ $('#medbtn').removeClass('ui-btn-active'); $('#chnbtn').removeClass('ui-btn-active'); Server.setSort(true); - Server.fetchVideoList("/recordings.xml"); + Server.fetchVideoList("/recordings.xml?mode=nodesc"); break; case 'med': state = 'med'; @@ -66,7 +66,7 @@ $(document).ready(function(){ $('#medbtn').removeClass('ui-btn-active'); $('#recbtn').removeClass('ui-btn-active'); Server.setSort(false); - Server.fetchVideoList("/channels.xml"); + Server.fetchVideoList("/channels.xml?mode=nodesc"); break; }; }; -- cgit v1.2.3