--- misc/xbmc/plugin.video.todic/default.py 2016/12/05 19:28:07 3162 +++ misc/xbmc/plugin.video.todic/default.py 2016/12/05 20:22:35 3163 @@ -3,7 +3,7 @@ ''' Todic plugin for XBMC - Version 0.1.4 + Version 0.1.5 ''' import sys @@ -102,7 +102,7 @@ def __init__(self, *args, **kwargs): # xbmc.Player.__init__(selv,*args,**kwargs) - xbmc.Player.__init__(self, xbmc.PLAYER_CORE_MPLAYER) + xbmc.Player.__init__(self) self.stopped = False self.started = False self.playingPosition = 0.0