From fef110058a27a5929bfb2df53958b71b33604099 Mon Sep 17 00:00:00 2001 From: candry7731 <83685828+candry7731@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:31:53 -0600 Subject: [PATCH] Fix bug, endless spinner for music videos --- source/VideoPlayer.brs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/VideoPlayer.brs b/source/VideoPlayer.brs index 21b3e16b..cc4c56c5 100644 --- a/source/VideoPlayer.brs +++ b/source/VideoPlayer.brs @@ -311,7 +311,7 @@ sub AddVideoContent(video, mediaSourceId, audio_stream_idx = 1, subtitle_idx = - if not fully_external video.content = authorize_request(video.content) end if - + m.global.sceneManager.callFunc("dismiss_dialog") end sub function PlayIntroVideo(video_id, audio_stream_idx) as boolean