mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-27 17:44:04 +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.handle_disconnect();
|
||||
self.notify(None)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
self.notify(None)
|
||||
}
|
||||
|
||||
_ => Ok(()),
|
||||
|
|
Loading…
Reference in a new issue