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:
Moshe Sherman
2020-09-28 23:28:10 +03:00
committed by GitHub
parent cded15f50c
commit 77e5de562d
9 changed files with 47 additions and 2 deletions

View File

@@ -92,6 +92,10 @@ impl ListItem for Show {
format!("{}", self)
}
fn display_center(&self) -> String {
"".to_string()
}
fn display_right(&self, library: Arc<Library>) -> String {
let saved = if library.is_saved_show(self) {
if library.use_nerdfont {