mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 03:01:55 +00:00
fix(mpris): handle edge case when paused
This commit is contained in:
parent
083d6c473c
commit
04d5ed335d
@ -431,7 +431,7 @@ impl Player {
|
||||
player.mpris_innner().metadata().await?,
|
||||
),
|
||||
mpris_server::Property::PlaybackStatus(
|
||||
mpris_server::PlaybackStatus::Playing,
|
||||
player.mpris_innner().playback_status().await?,
|
||||
),
|
||||
])
|
||||
.await?;
|
||||
|
Loading…
Reference in New Issue
Block a user