Skip to content

Commit 01c0352

Browse files
committed
fix #857
1 parent 565552c commit 01c0352

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/courseware-plugin-opencast-video.vue

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ export default {
164164
if (this.currentTitle) {
165165
this.titleFromBackend = true;
166166
}
167+
168+
if (this.currentEpisode != '' && this.currentUrl == '') {
169+
this.currentUrl = STUDIP.ABSOLUTE_URI_STUDIP + 'plugins.php/opencast/redirect/perform/video/' + this.currentEpisode;
170+
}
167171
},
168172
169173
loadEpisodes() {

0 commit comments

Comments
 (0)