Merge pull request #1275 from 1hitsong/fixUseOfUninitializedVariable

This commit is contained in:
Charles Ewert 2023-05-18 22:08:14 -04:00 committed by GitHub
commit b774243d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -569,11 +569,7 @@ sub Main (args as dynamic) as void
else if not isValid(node.showID)
sceneManager.callFunc("popScene")
else
if video.errorMsg = ""
autoPlayNextEpisode(node.id, node.showID)
else
sceneManager.callFunc("popScene")
end if
autoPlayNextEpisode(node.id, node.showID)
end if
end if
end if