mirror of
https://github.com/talwat/lowfi
synced 2025-03-14 00:52:20 +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
|
// 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.
|
// for only a frame in the other case that the buffer is not empty.
|
||||||
self.current.store(None);
|
self.current.store(None);
|
||||||
self.list
|
self.list.random(&self.client).await?
|
||||||
.random(&self.client)
|
|
||||||
.await?
|
|
||||||
};
|
};
|
||||||
|
|
||||||
let decoded = track.decode().map_err(|_| false)?;
|
let decoded = track.decode().map_err(|_| false)?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user