Display album name for playable objects (#268)
* display album name * give proper name to the space key fixes #266 * use 50% for center offset Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
@@ -76,6 +76,10 @@ impl ListItem for Playable {
|
||||
self.as_listitem().display_left()
|
||||
}
|
||||
|
||||
fn display_center(&self) -> String {
|
||||
self.as_listitem().display_center()
|
||||
}
|
||||
|
||||
fn display_right(&self, library: Arc<Library>) -> String {
|
||||
self.as_listitem().display_right(library)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user