Skip to content

Commit

Permalink
restore code that was removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Feb 14, 2024
1 parent 126f04d commit 76c4110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/ItemGrid/GridItem.bs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ sub itemContentChanged()
end if
end if
end if

m.itemPoster.uri = itemData.PosterUrl
m.itemIcon.uri = itemData.iconUrl
m.itemText.text = itemData.Title
else if itemData.type = "Boxset"
m.itemPoster.uri = itemData.PosterUrl
m.itemIcon.uri = itemData.iconUrl
Expand Down

0 comments on commit 76c4110

Please sign in to comment.