From 092e208f3822e5f376b7e7e3094b0a400cdaa4be Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Wed, 27 Jul 2022 08:00:13 -0400 Subject: [PATCH] Fix crash when playing single song --- source/Main.brs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Main.brs b/source/Main.brs index 0aca3c9d..16f62837 100644 --- a/source/Main.brs +++ b/source/Main.brs @@ -345,7 +345,7 @@ sub Main (args as dynamic) as void node.control = "stop" ' If node allows retrying using Transcode Url, give that shot - if node.retryWithTranscoding + if isValid(node.retryWithTranscoding) and node.retryWithTranscoding retryVideo = CreateVideoPlayerGroup(node.Id, invalid, node.audioIndex, true, false) m.global.sceneManager.callFunc("popScene") if retryVideo <> invalid