I want to completely remove the star rating from my app. I can’t remove it from the overlay description on the roGridScreen.
How can I accomplish this?
Thanks.
Set the starRating attribute of your content-meta-data to invalid.
That’s also how you kill off the runtime field - by setting the length meta data to invalid. Otherwise it’ll show as 0 minutes.
Awesome! Thanks, It would be good to update the http://sdkdocs.roku.com/display/RokuSDKv43/Content+Meta-Data wiki page with this info.
