chore: formatting fix

This commit is contained in:
talwat 2025-03-12 14:28:29 +01:00
parent bbdcfdd6f2
commit 968c1ee670

View File

@ -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)?;