1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add more report data

This commit is contained in:
Luke Pulverenti 2014-03-03 23:53:48 -05:00
parent 8a5c833522
commit a7b5b2663e
9 changed files with 479 additions and 231 deletions

View file

@ -1363,7 +1363,7 @@
html += '<div class="listPaging">';
html += '<span style="margin-right: 10px;">';
html += '<span style="margin-right: 10px;vertical-align:middle;">';
var startAtDisplay = totalRecordCount ? query.StartIndex + 1 : 0;
html += startAtDisplay + '-' + recordsEnd + ' of ' + totalRecordCount;