diff --git a/components/tvshows/TVListDetails.brs b/components/tvshows/TVListDetails.brs
index 156b0bd7..27c231e5 100644
--- a/components/tvshows/TVListDetails.brs
+++ b/components/tvshows/TVListDetails.brs
@@ -47,7 +47,9 @@ sub itemContentChanged()
m.top.findNode("star").visible = true
m.top.findNode("communityRating").text = str(int(itemData.communityRating * 10) / 10)
else
- m.top.findNode("star").visible = false
+ m.rating = m.top.findnode("rating")
+ m.rating.removeChild(m.top.findNode("star"))
+ m.rating.removeChild(m.top.findNode("communityRating"))
end if
videoIdx = invalid
diff --git a/components/tvshows/TVListDetails.xml b/components/tvshows/TVListDetails.xml
index b702d897..7ac8b020 100644
--- a/components/tvshows/TVListDetails.xml
+++ b/components/tvshows/TVListDetails.xml
@@ -8,9 +8,9 @@
-
+
-
+