From e991aef51011d1a125f6ff495ddee706be805f1c Mon Sep 17 00:00:00 2001 From: Zibbp Date: Thu, 8 Sep 2022 08:36:43 -0500 Subject: [PATCH] fix(player): skip playback progress if not authed Fixes issues with non-authenticated users watching VODs and getting redirected to the login page when the playback progress request fails due to them not being logged in. --- components/Vod/VideoPlayer.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/Vod/VideoPlayer.vue b/components/Vod/VideoPlayer.vue index 9898a85..5ef25e5 100644 --- a/components/Vod/VideoPlayer.vue +++ b/components/Vod/VideoPlayer.vue @@ -12,9 +12,12 @@