Skip to content

Commit

Permalink
fix dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
Narfinger committed Sep 24, 2024
1 parent 09eb7bc commit e86cd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbus_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ impl PlayerInterface {
("xesam:trackid", "/track".into()),
("xesam:artist", track.artist.into()),
("xesam:album", track.album.into()),
("xesam.title", track.title.into()),
("mpris.length", length.into()),
("xesam:title", track.title.into()),
("mpris:length", length.into()),
("xesam:artUrl", albumpath.into()),
])
}
Expand Down

0 comments on commit e86cd28

Please sign in to comment.