Skip to content
Snippets Groups Projects
Commit 54636dd8 authored by jojohoch's avatar jojohoch
Browse files

[player] Fix the playability of dependent audios and videos

Add the missing property playerProps
parent c459b893
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,8 @@ export class ElementContainerComponent implements OnInit {
this.mediaPlayerService.registerMediaElement(
this.elementModel.id,
elementComponent,
this.elementModel.activeAfterID as string,
this.elementModel.minRuns as number === 0
this.elementModel.playerProps?.activeAfterID as string,
this.elementModel.playerProps?.minRuns as number === 0
);
}
this.subscribeStartSelection(elementComponent);
......
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