diff --git a/guacamole-common-js/src/main/webapp/modules/SessionRecording.js b/guacamole-common-js/src/main/webapp/modules/SessionRecording.js index d54498288..6b74782cb 100644 --- a/guacamole-common-js/src/main/webapp/modules/SessionRecording.js +++ b/guacamole-common-js/src/main/webapp/modules/SessionRecording.js @@ -384,13 +384,10 @@ Guacamole.SessionRecording = function SessionRecording(tunnel) { if (currentFrame !== index) seekToFrame(index, callback); - else { - - // Notify that the requested seek has completed + // Notify that the requested seek has completed + else callback(); - } - }, 0); };