Add contenttype=4 to else statment
This commit is contained in:
parent
96a7cb7c35
commit
0ce5d2fd67
|
@ -66,7 +66,7 @@ sub onPositionChanged()
|
|||
m.dialog = m.top.getScene().findNode("dialogBackground")
|
||||
if m.top.content.contenttype = 4 and isValid(m.dialog)
|
||||
'do nothing until dialog is closed
|
||||
else
|
||||
else if m.top.content.contenttype = 4
|
||||
handleNextEpisode()
|
||||
end if
|
||||
end sub
|
||||
|
|
Loading…
Reference in New Issue
Block a user