Skip to content

Commit

Permalink
Merge pull request #1900 from cewert/fix-nextupall-crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Sep 25, 2024
2 parents 295786c + 3dff795 commit 7e04391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ItemGrid/GridItem.bs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sub itemContentChanged()
m.itemText.text = itemData.Title
end if
' Adjust to wide posters for "View All Next Up"
if m.topParent.overhangTitle = tr("View All Next Up")
if m.itemGrid.overhangTitle = tr("View All Next Up")
m.posterMask.maskUri = ""

m.itemPoster.height = 300
Expand Down

0 comments on commit 7e04391

Please sign in to comment.