fix(legacy): number of tracks displayed initially (#2168)

Fix #124
This commit is contained in:
Jonas L 2022-09-20 19:54:22 +02:00 committed by GitHub
parent b85dc5bad3
commit 4496e3d061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@
"js/airtime/dashboard/versiontooltip.js": "f267c6ec0205e98f1ffba5f636928f7a",
"js/airtime/library/events/library_playlistbuilder.js": "1e0aa11953c7ff243cd2df241cc8a296",
"js/airtime/library/events/library_showbuilder.js": "996a5c3008eb17552ee8f891d88c9341",
"js/airtime/library/library.js": "8ab148f7fc5b177019dacf516c6b8fd6",
"js/airtime/library/library.js": "54b969bd06ddc919a7fba9cadc693567",
"js/airtime/library/plupload.js": "7f754a28ac2d4060aec918c688a74a22",
"js/airtime/library/podcast.js": "f4fd354d739e7121ba00162496c295df",
"js/airtime/library/publish.js": "851ef4c4caa9e9220acf945c21760189",

View File

@ -873,6 +873,7 @@ var AIRTIME = (function (AIRTIME) {
aoColumns: cols,
bProcessing: true,
bServerSide: true,
iDisplayLength: 25,
aLengthMenu: [25, 50, 100],
bStateSave: true,
fnStateSaveParams: function (oSettings, oData) {