This commit is contained in:
dvdsk 2024-05-23 13:27:03 +02:00
parent d6e64dc80c
commit 3d61bddd03
No known key found for this signature in database
GPG key ID: 6CF9D20C5709A836

View file

@ -225,7 +225,7 @@ impl Sink {
if self.sound_count.load(Ordering::Acquire) == 0 {
// No sound is playing, seek will not be performed
return Ok(())
return Ok(());
}
match feedback.recv() {