X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FInfoBar.py;fp=lib%2Fpython%2FScreens%2FInfoBar.py;h=31a325635274e2f0ee25b0bbb29dfd405e6adf3c;hp=9b28bd8f15296b8bd8dccc263812549d6602a55e;hb=720092ea458fc23200a2e1457725fcbce78d1d9e;hpb=d96c69b70a90375a7560525599c04c86faecc01e diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 9b28bd8..31a3256 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -126,7 +126,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin, - InfoBarServiceErrorPopupSupport, InfoBarExtensions): + InfoBarServiceErrorPopupSupport, InfoBarExtensions, InfoBarPlugins): ENABLE_RESUME_SUPPORT = True ALLOW_SUSPEND = True @@ -144,7 +144,8 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \ InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \ InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, \ - InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfoBarExtensions: + InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfoBarExtensions, \ + InfoBarPlugins: x.__init__(self) self.lastservice = self.session.nav.getCurrentlyPlayingServiceReference()