Merge branch 'master' into subtitle-variable-error

This commit is contained in:
Neil Burrows 2021-06-26 08:12:43 +01:00 committed by GitHub
commit 10a3b1d4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,