CC-3144 : Search box shows Track, Show Contents box shows Genre

replaces track number with genre.
This commit is contained in:
Naomi Aro 2011-12-01 11:16:29 +01:00
parent 31ded8b047
commit f15429c8d6
3 changed files with 16 additions and 16 deletions

View file

@ -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 }
],