From 4f1c8e514c72c518bb95ed7a17a0e0b432b338ad Mon Sep 17 00:00:00 2001 From: Bnyro Date: Tue, 7 Jan 2025 12:58:58 +0100 Subject: [PATCH] fix: crash when failed to load stream info --- src/components/VideoPlayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index 76de3aeb..8db933a9 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -13,7 +13,7 @@ > {{ video.chapters.findLast(chapter => chapter.start < currentTime)?.title }}