mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Fix typo.
This commit is contained in:
parent
873f86bb96
commit
f3b13beb17
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ impl SpircTask {
|
||||||
PlayerEvent::Stopped { .. } => match self.play_status {
|
PlayerEvent::Stopped { .. } => match self.play_status {
|
||||||
SpircPlayStatus::Stopped => (),
|
SpircPlayStatus::Stopped => (),
|
||||||
_ => {
|
_ => {
|
||||||
warn!("The player has stopped unexpentedly.");
|
warn!("The player has stopped unexpectedly.");
|
||||||
self.state.set_status(PlayStatus::kPlayStatusStop);
|
self.state.set_status(PlayStatus::kPlayStatusStop);
|
||||||
self.ensure_mixer_stopped();
|
self.ensure_mixer_stopped();
|
||||||
self.notify(None, true);
|
self.notify(None, true);
|
||||||
|
|
Loading…
Reference in a new issue