Skip to content

Commit a4642cc

Browse files
Warchamp7RytoEX
authored andcommitted
frontend: Increase media playback slider fidelity
1 parent c142571 commit a4642cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/MediaControls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void MediaControls::StartMediaTimer()
184184
return;
185185

186186
if (!mediaTimer.isActive())
187-
mediaTimer.start(1000);
187+
mediaTimer.start(16);
188188
}
189189

190190
void MediaControls::StopMediaTimer()

0 commit comments

Comments
 (0)