Fix crash when playing single song

This commit is contained in:
1hitsong 2022-07-27 08:00:13 -04:00
parent ddb912d3b8
commit 092e208f38

View File

@ -345,7 +345,7 @@ sub Main (args as dynamic) as void
node.control = "stop" node.control = "stop"
' If node allows retrying using Transcode Url, give that shot ' 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) retryVideo = CreateVideoPlayerGroup(node.Id, invalid, node.audioIndex, true, false)
m.global.sceneManager.callFunc("popScene") m.global.sceneManager.callFunc("popScene")
if retryVideo <> invalid if retryVideo <> invalid