fixed podcast length by removing query limit and offset
This commit is contained in:
parent
c31e018956
commit
895e0a90de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue