Changeset 4964


Ignore:
Timestamp:
Dec 25, 2010, 1:00:59 AM (15 years ago)
Author:
Captain
Message:

[ipk] fix Media Player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/players_mediaplayer_1_0/usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer/plugin.py

    r4918 r4964  
    99from Screens.ChoiceBox import ChoiceBox
    1010from Screens.InfoBarGenerics import InfoBarSeek, InfoBarAudioSelection, InfoBarCueSheetSupport, InfoBarNotifications, \
    11         InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarAspectSelection, InfoBarSecondInfobar, \
     11        InfoBarShowHide, InfoBarServiceErrorPopupSupport, InfoBarSecondInfobar, \
    1212        InfoBarPVRState, InfoBarSimpleEventView, InfoBarServiceNotifications, InfoBarResolutionSelection, \
    1313        InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, InfoBarTeletextPlugin
     
    10051005
    10061006class MoviePlayer(InfoBarShowHide, \
    1007                 InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarAspectSelection, InfoBarSecondInfobar,
     1007                InfoBarSeek, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarSecondInfobar,
    10081008                InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, InfoBarResolutionSelection,
    10091009                InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin,
     
    10161016                Screen.__init__(self, session)
    10171017                InfoBarSubtitleSupport.__init__(self)
    1018                 InfoBarAspectSelection.__init__(self)
    10191018                InfoBarAudioSelection.__init__(self)
    10201019                InfoBarSecondInfobar.__init__(self)
Note: See TracChangeset for help on using the changeset viewer.