Forum Discussion

SevensOrtiz's avatar
13 years ago

Removing the Stars on Live Stream Videoplayer

I have an app that runs live streaming, and when I submitted it, I got a response about adding text inside the appDetailScreen.brs file

screen.setstaticratingenabled(false)


I was told

Please use SetStaticRatingEnabled(False) on your springboard

If your channel is based on the videoplayer example you can go into the preshowdetails function and the refreshShowDetails functions and add screen.setstaticratingenabled(false), if you remove the line, the stars will show.


but when I placed the code inside the appDetailScreen.brs I couldn't compile the app to package it.