Remove rating

I had a developer whom I’m not in contact w anymore develop a channell app off the Ted talks template.. I submitted to roku and they said I need to remove the stars(rating) from the details screen. This is all I have to do to get it approved - can someone tell me the line of code that needs to be removed. Thanks

try looking for this

screen.SetStaticRatingEnabled(true)

if you dont find it then add this:

screen.SetStaticRatingEnabled(false)

in the Function refreshShowDetail, right above screen.Show()

hope that helps