Skip to content

Commit 9ff2994

Browse files
committed
Update code docs
1 parent 1c339c6 commit 9ff2994

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components_ItemDetails.bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,8 +1504,8 @@
15041504
m.buttonGrp.appendChild(playButton)
15051505
end if
15061506

1507-
' Watched button — playable types only (not Series, Season, or Person)
1508-
if itemType <> "Person" and itemType <> "Series" and itemType <> "Season"
1507+
' Watched button — all types except Person
1508+
if itemType <> "Person"
15091509
watchedButton = CreateObject("roSGNode", "IconButton")
15101510
watchedButton.id = "watchedButton"
15111511
watchedButton.icon = "pkg:/images/icons/check.png"

0 commit comments

Comments
 (0)