(ralfk) user defined skip times with 1/3, add 1/3 to keybindings, remove duplicate...
[enigma2.git] / lib / python / Screens / SubtitleDisplay.py
1 from Screens.Screen import Screen
2
3 class SubtitleDisplay(Screen):
4         def __init__(self, session):
5                 Screen.__init__(self, session)
6                 
7         # not really much to do...