add SubtitleDisplay screen
[vuplus_dvbapp] / lib / python / Screens / SubtitleDisplay.py
diff --git a/lib/python/Screens/SubtitleDisplay.py b/lib/python/Screens/SubtitleDisplay.py
new file mode 100644 (file)
index 0000000..80d3bd2
--- /dev/null
@@ -0,0 +1,7 @@
+from Screens.Screen import Screen
+
+class SubtitleDisplay(Screen):
+       def __init__(self, session):
+               Screen.__init__(self, session)
+               
+       # not really much to do...