CC-4344: Conductor column not available in library view

-done
This commit is contained in:
denise 2012-09-06 14:30:09 -04:00
parent 46d87a2868
commit 8125d6b553
2 changed files with 3 additions and 2 deletions

View file

@ -650,7 +650,7 @@ class Application_Model_StoredFile
$displayColumns = array("id", "track_title", "artist_name", "album_title", "genre", "length",
"year", "utime", "mtime", "ftype", "track_number", "mood", "bpm", "composer", "info_url",
"bit_rate", "sample_rate", "isrc_number", "encoded_by", "label", "copyright", "mime",
"language", "filepath","owner"
"language", "filepath","owner","conductor"
);
//Logging::info($datatables);