Unicode fixes, lifted search result limit (eh, its now 100 instead of 20), use meta artist/album/track before mbid

This commit is contained in:
Remy
2011-08-19 19:43:02 -07:00
parent ec8a5e1bc3
commit 61af5f6bb2
5 changed files with 37 additions and 31 deletions

View File

@@ -57,11 +57,11 @@
"oLanguage": {
"sLengthMenu":"Show _MENU_ results per page",
"sEmptyTable": "No results",
"sInfo":"Showing _TOTAL_ results",
"sInfo":"Showing _START_ to _END_ of _TOTAL_ results",
"sInfoEmpty":"Showing 0 to 0 of 0 results",
"sInfoFiltered":"(filtered from _MAX_ total results)"},
"bPaginate": false,
"bFilter": false,
"iDisplayLength": 25,
"sPaginationType": "full_numbers",
"aaSorting": []
});