mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +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) {
|
||||
match self.state {
|
||||
PlayerState::Playing {
|
||||
|
@ -1224,7 +1223,6 @@ impl PlayerInternal {
|
|||
// 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.
|
||||
if !load_command_processed {
|
||||
|
||||
self.ensure_sink_stopped();
|
||||
|
||||
self.send_event(PlayerEvent::Loading {
|
||||
|
|
Loading…
Reference in a new issue