Update MovieDetails.brs

This commit is contained in:
alanazar 2022-08-27 19:34:27 +04:00 committed by GitHub
parent 4a9b2b88c2
commit 3666112de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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