add key to player, to re init component on channel change
This commit is contained in:
parent
b9fbec7085
commit
dc1b2332eb
@ -5,7 +5,7 @@
|
|||||||
<b-row class="control-row">
|
<b-row class="control-row">
|
||||||
<b-col cols="3" class="player-col">
|
<b-col cols="3" class="player-col">
|
||||||
<b-aspect aspect="16:9">
|
<b-aspect aspect="16:9">
|
||||||
<video-player v-if="videoOptions.sources" reference="videoPlayer" :options="videoOptions" />
|
<video-player v-if="videoOptions.sources" :key="configID" reference="videoPlayer" :options="videoOptions" />
|
||||||
</b-aspect>
|
</b-aspect>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col class="control-col">
|
<b-col class="control-col">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user