CC-3144 : Search box shows Track, Show Contents box shows Genre
replaces track number with genre.
This commit is contained in:
parent
31ded8b047
commit
f15429c8d6
3 changed files with 16 additions and 16 deletions
|
@ -318,7 +318,7 @@ function createDataTable(data) {
|
|||
/* Title */ { "sName": "track_title" },
|
||||
/* Creator */ { "sName": "artist_name" },
|
||||
/* Album */ { "sName": "album_title" },
|
||||
/* Track */ { "sName": "track_number" },
|
||||
/* Genre */ { "sName": "genre" },
|
||||
/* Length */ { "sName": "length" },
|
||||
/* Type */ { "sName": "ftype", "bSearchable": false }
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue