Update to zbus 5.x
This commit is contained in:
parent
b61e0bc94d
commit
417f43a0f5
14 changed files with 756 additions and 514 deletions
|
|
@ -135,7 +135,8 @@ struct State {
|
|||
players: Vec<MprisPlayer>,
|
||||
active_player: Option<MprisPlayer>,
|
||||
active_player_metadata_stream: Option<Box<dyn futures::Stream<Item = ()> + Unpin + Send>>,
|
||||
any_player_state_stream: futures::stream::SelectAll<zbus::PropertyStream<'static, String>>,
|
||||
any_player_state_stream:
|
||||
futures::stream::SelectAll<zbus::proxy::PropertyStream<'static, String>>,
|
||||
}
|
||||
|
||||
fn filter_firefox_players(players: &mut Vec<MprisPlayer>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue