Remove return value from ReportPlayback sub
This commit is contained in:
parent
f902ae753e
commit
a92ef61d43
|
@ -210,7 +210,7 @@ end function
|
|||
|
||||
sub ReportPlayback(video, state = "update" as string)
|
||||
|
||||
if video = invalid or video.position = invalid then return invalid
|
||||
if video = invalid or video.position = invalid then return
|
||||
|
||||
params = {
|
||||
"PlaySessionId": video.PlaySessionId,
|
||||
|
|
Loading…
Reference in New Issue
Block a user