Initial implementation of StatusArea

Just shows icons, and doesn't handle added/removed icons.
This commit is contained in:
Ian Douglas Scott 2021-08-26 14:22:48 -07:00
parent 843fba67b1
commit 720c40f5f2
2 changed files with 90 additions and 2 deletions

View file

@ -243,7 +243,7 @@ impl MprisControls {
let artist = metadata
.artist()
.and_then(|x| x.get(0).cloned())
.unwrap_or_else(|| String::new());
.unwrap_or_default();
let _album = metadata.album(); // TODO