Initial implementation of StatusArea
Just shows icons, and doesn't handle added/removed icons.
This commit is contained in:
parent
843fba67b1
commit
720c40f5f2
2 changed files with 90 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue