Update MovieDetails.brs
This commit is contained in:
parent
4a9b2b88c2
commit
3666112de4
|
@ -53,7 +53,6 @@ sub itemContentChanged()
|
|||
|
||||
if itemData.communityRating <> invalid
|
||||
setFieldText("communityRating", int(itemData.communityRating * 10) / 10)
|
||||
m.top.findNode("communityRating").text = str(int(itemData.communityRating * 10) / 10)
|
||||
else
|
||||
' hide the star icon
|
||||
m.top.findNode("communityRatingGroup").visible = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user