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

@ -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) {