diff --git a/themes/default/template.php b/themes/default/template.php index 60aa0a9813..13749a5511 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -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);