mirror of
https://github.com/talwat/lowfi
synced 2025-03-13 00:22:22 +00:00
chore: formatting fix
This commit is contained in:
parent
bbdcfdd6f2
commit
968c1ee670
@ -235,9 +235,7 @@ impl Player {
|
||||
// We're doing it here so that we don't get the "loading" display
|
||||
// for only a frame in the other case that the buffer is not empty.
|
||||
self.current.store(None);
|
||||
self.list
|
||||
.random(&self.client)
|
||||
.await?
|
||||
self.list.random(&self.client).await?
|
||||
};
|
||||
|
||||
let decoded = track.decode().map_err(|_| false)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user