Skip to content

Commit

Permalink
fix url param
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Aug 15, 2024
1 parent 27f4075 commit 97f8625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courseware-plugin-opencast-video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<span v-translate v-text="'Es wurde bisher keine Video ausgewählt'"></span>
</div>
<div v-else-if="currentUrl && (firstLTI || ltiConnected)">
<iframe :src="currentUrl + ((firstLTI) ? '': '?embed=1')"
<iframe :src="currentUrl + ((firstLTI) ? '': '&embed=1')"
class="oc_courseware"
@load="iframeIsLoaded"
ref="ociframe"
Expand Down

0 comments on commit 97f8625

Please sign in to comment.