mirror of
https://github.com/markuryy/shark.git
synced 2025-12-13 12:01:01 +00:00
fix: volume slider
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
function handleVolumeChange(volume: number) {
|
||||
playback.setVolume(volume);
|
||||
audioPlayer.setVolume(volume);
|
||||
}
|
||||
|
||||
function formatTime(seconds: number): string {
|
||||
|
||||
Reference in New Issue
Block a user