浏览代码

fix: ViewYoutubeVideo video wouldn't load when opening modal

Kristian Vos 2 年之前
父节点
当前提交
f44d5d393c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/components/modals/ViewYoutubeVideo.vue

+ 1 - 1
frontend/src/components/modals/ViewYoutubeVideo.vue

@@ -296,7 +296,7 @@ onMounted(() => {
 						{
 							height: 298,
 							width: 530,
-							videoId: null,
+							videoId: youtubeId.value,
 							host: "https://www.youtube-nocookie.com",
 							playerVars: {
 								controls: 0,