mirror of
https://github.com/librespot-org/librespot.git
synced 2025-02-06 17:47:10 +00:00
Revert remaining spirc changes
It's best to deal with this after discovery is fixed.
This commit is contained in:
parent
b15b48b626
commit
242e68a98c
1 changed files with 1 additions and 3 deletions
|
@ -991,10 +991,8 @@ impl SpircTask {
|
||||||
&& self.device.became_active_at() <= update.device_state.became_active_at()
|
&& self.device.became_active_at() <= update.device_state.became_active_at()
|
||||||
{
|
{
|
||||||
self.handle_disconnect();
|
self.handle_disconnect();
|
||||||
self.notify(None)?;
|
|
||||||
}
|
}
|
||||||
|
self.notify(None)
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_ => Ok(()),
|
_ => Ok(()),
|
||||||
|
|
Loading…
Reference in a new issue