Skip to content

Commit 6b6d907

Browse files
committed
Update API docs
1 parent d893ae4 commit 6b6d907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/components_ItemGrid_MovieLibraryView.bs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
options.filter.push({ "Title": tr("Years"), "Name": "Years", "Options": data.Years, "Delimiter": ",", "CheckedState": [] })
390390
end if
391391

392-
if isValid(data.Tags) and data.Tags.Count() > 0
392+
if isValid(data.Tags) and data.Tags.Count() > 0 and data.Tags.Count() < 100 ' Limit tags to 100 otherwise some Rokus will crash
393393
options.filter.push({ "Title": tr("Tags"), "Name": "Tags", "Options": data.Tags, "Delimiter": ",", "CheckedState": [] })
394394
end if
395395
end if

0 commit comments

Comments
 (0)