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:
James 2011-12-20 15:00:20 -05:00
parent b4559753d7
commit ac50c279f7
1 changed files with 6 additions and 6 deletions

View File

@ -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",