diff --git a/components/Movies.xml b/components/Movies.xml
index 2f146b7f..e67aa9c9 100644
--- a/components/Movies.xml
+++ b/components/Movies.xml
@@ -9,7 +9,7 @@
id="overhang"
title="Movies"
/>
-
+
diff --git a/components/TVShowData.xml b/components/TVShowData.xml
index f262792e..d3931115 100644
--- a/components/TVShowData.xml
+++ b/components/TVShowData.xml
@@ -8,7 +8,7 @@
-
+
@@ -23,6 +23,12 @@
'm.top.seasons = TVSeasons(datum.id)
'm.top.nextup = TVNext(datum.id)
end sub
+
+ sub loadSeasons()
+ datum = m.top.full_data
+ m.top.seasons = TVSeasons(datum.id)
+ end sub
+
]]>
diff --git a/components/TVShowItemDetails.brs b/components/TVShowItemDetails.brs
index 082e0695..3bf99afb 100644
--- a/components/TVShowItemDetails.brs
+++ b/components/TVShowItemDetails.brs
@@ -33,6 +33,7 @@ end sub
sub setSeasons()
itemData = m.top.itemContent
+ itemData.callFunc("loadSeasons")
row = m.top.findNode("TVSeasonSelect")
row.TVSeasonData = itemData.seasons
diff --git a/components/TVShows.xml b/components/TVShows.xml
index 140b01de..8208395b 100644
--- a/components/TVShows.xml
+++ b/components/TVShows.xml
@@ -1,7 +1,6 @@
-
+
+