Merge pull request #434 from KWottrich/Fix-Inconsistencies
This commit is contained in:
commit
b37450fc02
|
@ -319,7 +319,7 @@ end function
|
|||
|
||||
function ReportPlayback(video, state = "update" as string)
|
||||
|
||||
if video = invalid or video.position = invalid then return void
|
||||
if video = invalid or video.position = invalid then return
|
||||
|
||||
params = {
|
||||
"PlaySessionId": video.PlaySessionId,
|
||||
|
|
|
@ -82,7 +82,7 @@ function get_dialog_result(dialog, port)
|
|||
msg = wait(0, port)
|
||||
if isNodeEvent(msg, "backPressed") then
|
||||
return -1
|
||||
elseif isNodeEvent(msg, "itemSelected")
|
||||
else if isNodeEvent(msg, "itemSelected")
|
||||
return dialog.findNode("optionList").itemSelected
|
||||
end if
|
||||
end while
|
||||
|
|
Loading…
Reference in New Issue
Block a user