fed fixes

This commit is contained in:
Ultradesu
2026-07-21 00:12:45 +03:00
parent 151e2cf337
commit da5d2410ac
24 changed files with 2660 additions and 461 deletions
+4 -3
View File
@@ -258,9 +258,10 @@ fn handle(
}
Command::Seek(position) => {
if let Some(out) = output
&& let Err(err) = out.player.try_seek(position) {
tracing::warn!(%err, "seek failed");
}
&& let Err(err) = out.player.try_seek(position)
{
tracing::warn!(%err, "seek failed");
}
}
Command::SetVolume(volume) => {
if let Some(out) = output {