This commit is contained in:
Lemmy
2026-02-21 21:13:06 -05:00
parent 9ee707d300
commit cba199edab
+1 -1
View File
@@ -70,7 +70,7 @@ Singleton {
}
if (!sink?.audio)
return 0;
return 0;
return clampOutputVolume(sink.audio.volume);
}