Merge pull request #723 from 1hitsong/fix-single-song-crash

Fix crash when playing single song
This commit is contained in:
Jimi 2022-07-28 08:26:27 -06:00 committed by GitHub
commit b97d7e2694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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