From b870a79c295710b93d4c6590e4a596e1982ec34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=98epa?= Date: Thu, 21 Nov 2024 14:37:01 +0100 Subject: [PATCH] fix livestream link in the dashboard --- dashboard/client/src/ClassDetail.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/client/src/ClassDetail.svelte b/dashboard/client/src/ClassDetail.svelte index be39d80..c6d12df 100644 --- a/dashboard/client/src/ClassDetail.svelte +++ b/dashboard/client/src/ClassDetail.svelte @@ -76,7 +76,7 @@ width="100%" height="100%" class="flex-grow-1" - src="https://www.youtube.com/embed/HShkFvjHPjw?si=91yBH7dC-uB85dKr" + src="https://www.youtube.com/embed/_qtmZNZIlq8?si=jNUknhYQ77Ry8pm7" title="BSY class Live Stream" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"