make album column for tracks configurable
introduces new config variable `album_column` fixes #267
This commit is contained in:
@@ -92,7 +92,7 @@ impl ListItem for Show {
|
||||
format!("{}", self)
|
||||
}
|
||||
|
||||
fn display_center(&self) -> String {
|
||||
fn display_center(&self, _library: Arc<Library>) -> String {
|
||||
"".to_string()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user