Skip to content

Commit 7ce9c33

Browse files
committed
Update code docs
1 parent d14e667 commit 7ce9c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components_tvshows_TVListDetails.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
sub DisplayVideoAvailable(streams as object)
156156
count = 0
157157
for i = 0 to streams.Count() - 1
158-
if LCase(streams[i].VideoType) = "videofile"
158+
if isValid(streams[i].VideoType) and LCase(streams[i].VideoType) = "videofile"
159159
count++
160160
end if
161161
end for

0 commit comments

Comments
 (0)