Template: Remove unused parameters from recording_seek() function.

This commit is contained in:
fusionate 2024-10-18 19:02:21 -06:00
parent e0fe291da0
commit 5d5fbbc83d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@
}
}
function recording_seek(event, player_id, data, audio_type) {
function recording_seek(event, player_id) {
if (recording_audio) {
if (document.getElementById('playback_progress_bar_background_' + player_id)) {
audio_player = document.getElementById('playback_progress_bar_background_' + player_id);