Skip to content

Commit 88a1bce

Browse files
committed
fix livestream URL
1 parent 76097f3 commit 88a1bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/client/src/ClassDetail.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
// Playlist with all livestreams
1313
// https://www.youtube.com/playlist?list=PLQL6z4JeTTQmu09ItEQaqjt6tk0KnRsLh
14-
const liveStreamUrl = 'https://www.youtube.com/embed/ngZnsOGo6OY'
14+
const liveStreamUrl = 'https://www.youtube.com/embed/NW_kDDxzUBk'
1515
1616
const LECTURE_DURATION_MS = 200 * 60 * 1000; // 200 minutes
1717
const BUFFER_BEFORE_MS = 10 * 60 * 1000; // 10 minutes

0 commit comments

Comments
 (0)