mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-462: State of recording after resetting to a keyframe is the index of that keyframe, not necessarily the requested seek index.
Further instructions may need to be replayed after seeking to the keyframe in order to reach the desired frame index.
This commit is contained in:
@@ -613,7 +613,7 @@ Guacamole.SessionRecording = function SessionRecording(source) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
playbackClient.importState(JSON.parse(text));
|
playbackClient.importState(JSON.parse(text));
|
||||||
currentFrame = index;
|
currentFrame = startIndex;
|
||||||
|
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user