Skip to content
Snippets Groups Projects
Commit 58142e20 authored by jojohoch's avatar jojohoch
Browse files

[player] Swap presentationProgress and responseProgress

Fix bug
parent 4e821f2a
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,8 @@ export class FormComponent implements OnInit, OnDestroy {
dataParts: {
pages: JSON.stringify(this.form.value.pages)
},
responseProgress: this.presentationProgress,
presentationProgress: this.responseProgress,
presentationProgress: this.presentationProgress,
responseProgress: this.responseProgress,
unitStateDataType: this.metaDataService.playerMetadata.supportedUnitStateDataTypes
};
this.veronaPostService.sendVopStateChangedNotification({ unitState });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment