Merge pull request #1957 from cewert/fix-musicartistgriditem-crash

This commit is contained in:
Charles Ewert 2024-10-04 04:46:17 -07:00 committed by GitHub
commit a4ae801854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,10 +18,8 @@ sub init()
m.itemPoster.loadDisplayMode = m.topParent.imageDisplayMode
end if
m.gridTitles = m.global.session.user.settings["itemgrid.gridTitles"]
m.posterText.visible = false
m.postTextBackground.visible = false
end sub
sub itemContentChanged()