mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Further initial loading improvements
This should fix remaining cases of a client connecting, and failing to start playback from *beyond* the beginning when `librespot` is still loading that track. This undoes the `suppress_loading_status` workaround from #430, under the assumption that the race condition reported there has since been fixed on Spotify's end.
This commit is contained in:
parent
e5938c7e24
commit
e51f475a00
4 changed files with 42 additions and 50 deletions
|
@ -427,7 +427,8 @@ pub(super) async fn audio_file_fetch(
|
|||
}
|
||||
None => break,
|
||||
}
|
||||
}
|
||||
},
|
||||
else => (),
|
||||
}
|
||||
|
||||
if fetch.get_download_strategy() == DownloadStrategy::Streaming() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue