Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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
0 Kudos
1 REPLY 1
dynamitemedia
Binge Watcher

Re: Remove rating

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
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
0 Kudos