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