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