mirror of
https://github.com/librespot-org/librespot.git
synced 2025-01-07 17:24:04 +00:00
rust fmt
This commit is contained in:
parent
981b76bace
commit
499824a6ba
1 changed files with 0 additions and 2 deletions
|
@ -884,7 +884,6 @@ impl PlayerInternal {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fn handle_player_stop(&mut self) {
|
fn handle_player_stop(&mut self) {
|
||||||
match self.state {
|
match self.state {
|
||||||
PlayerState::Playing {
|
PlayerState::Playing {
|
||||||
|
@ -1224,7 +1223,6 @@ impl PlayerInternal {
|
||||||
// We need to load the track - either from scratch or by completing a preload.
|
// We need to load the track - either from scratch or by completing a preload.
|
||||||
// In any case we go into a Loading state to load the track.
|
// In any case we go into a Loading state to load the track.
|
||||||
if !load_command_processed {
|
if !load_command_processed {
|
||||||
|
|
||||||
self.ensure_sink_stopped();
|
self.ensure_sink_stopped();
|
||||||
|
|
||||||
self.send_event(PlayerEvent::Loading {
|
self.send_event(PlayerEvent::Loading {
|
||||||
|
|
Loading…
Reference in a new issue