Merge pull request #723 from 1hitsong/fix-single-song-crash
Fix crash when playing single song
This commit is contained in:
commit
b97d7e2694
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user