fixed podcast length by removing query limit and offset

This commit is contained in:
Robbt 2019-05-01 13:42:53 -04:00
parent c31e018956
commit 895e0a90de
1 changed files with 1 additions and 2 deletions

View File

@ -77,6 +77,7 @@ var AIRTIME = (function(AIRTIME) {
"bAutoWidth": false, "bAutoWidth": false,
"aaSorting": [], "aaSorting": [],
"iDisplayLength": 25, "iDisplayLength": 25,
"iDisplayStart": 25,
"aLengthMenu": [25, 50, 100], "aLengthMenu": [25, 50, 100],
"oLanguage" : getDatatablesStrings({ "oLanguage" : getDatatablesStrings({
"sEmptyTable": $.i18n._(""), "sEmptyTable": $.i18n._(""),
@ -428,8 +429,6 @@ var AIRTIME = (function(AIRTIME) {
"type": "GET", "type": "GET",
"url": sSource, "url": sSource,
"data": { "data": {
"limit": oSettings._iDisplayLength,
"offset": oSettings._iDisplayStart,
"sort": sortColName, "sort": sortColName,
"sort_dir": sortDir, "sort_dir": sortDir,
"search": search "search": search