CC-3215: When you click on Playlist Builder, for a brief instant you see the
library table headings with different columns - fixed
This commit is contained in:
parent
b4559753d7
commit
ac50c279f7
|
@ -315,12 +315,12 @@ function createDataTable(data) {
|
||||||
"fnDrawCallback": dtDrawCallback,
|
"fnDrawCallback": dtDrawCallback,
|
||||||
"aoColumns": [
|
"aoColumns": [
|
||||||
/* Id */ { "sName": "id", "bSearchable": false, "bVisible": false },
|
/* Id */ { "sName": "id", "bSearchable": false, "bVisible": false },
|
||||||
/* Title */ { "sName": "track_title" },
|
/* Title */ { "sTitle": "Title", "sName": "track_title" },
|
||||||
/* Creator */ { "sName": "artist_name" },
|
/* Creator */ { "sTitle": "Creator", "sName": "artist_name" },
|
||||||
/* Album */ { "sName": "album_title" },
|
/* Album */ { "sTitle": "Album", "sName": "album_title" },
|
||||||
/* Genre */ { "sName": "genre" },
|
/* Genre */ { "sTitle": "Genre", "sName": "genre" },
|
||||||
/* Length */ { "sName": "length" },
|
/* Length */ { "sTitle": "Length", "sName": "length" },
|
||||||
/* Type */ { "sName": "ftype", "bSearchable": false }
|
/* Type */ { "sTitle": "Type", "sName": "ftype", "bSearchable": false }
|
||||||
],
|
],
|
||||||
"aaSorting": [[2,'asc']],
|
"aaSorting": [[2,'asc']],
|
||||||
"sPaginationType": "full_numbers",
|
"sPaginationType": "full_numbers",
|
||||||
|
|
Loading…
Reference in New Issue