aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/MovieList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/MovieList.py b/lib/python/Components/MovieList.py
index b31f7ff5..ff047225 100644
--- a/lib/python/Components/MovieList.py
+++ b/lib/python/Components/MovieList.py
@@ -63,7 +63,7 @@ class MovieList(HTMLComponent, GUIComponent):
self.reload(root)
self.l.setFont(0, gFont("Regular", 30))
self.l.setFont(1, gFont("Regular", 18))
-
+
def moveToIndex(self, index):
self.instance.moveSelectionTo(index)