Skip to content

Commit 3419fa0

Browse files
committed
Update code docs
1 parent e5175b8 commit 3419fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components_video_VideoPlayerView.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
m.LoadMetaDataTask.content = []
443443

444444
' If we have nothing to play, return to previous screen
445-
if not isValidAndNotEmpty(videoContent)
445+
if not isValid(videoContent) or not isValid(videoContent[0])
446446
stopLoadingSpinner()
447447
showPlaybackErrorDialog(tr("There was an error retrieving the data for this item from the server."))
448448
return

0 commit comments

Comments
 (0)