diff --git a/guacamole-common-js/src/main/webapp/modules/SessionRecording.js b/guacamole-common-js/src/main/webapp/modules/SessionRecording.js index 9836355d4..4f0ff282b 100644 --- a/guacamole-common-js/src/main/webapp/modules/SessionRecording.js +++ b/guacamole-common-js/src/main/webapp/modules/SessionRecording.js @@ -613,7 +613,7 @@ Guacamole.SessionRecording = function SessionRecording(source) { return; playbackClient.importState(JSON.parse(text)); - currentFrame = index; + currentFrame = startIndex; }); break;