Ejemplo n.º 1
0
 def save(self):
     ConfigBaseWidget.save(self)
     if self.showcoverOld != config.plugins.iptvplayer.showcover.value or \
        self.SciezkaCacheOld != config.plugins.iptvplayer.SciezkaCache.value:
        pass
        # plugin must be restarted if we wont to this options take effect
     if self.platformOld != config.plugins.iptvplayer.plarform.value:
         IPTVPlayerNeedInit(True)
 def save(self):
     ConfigBaseWidget.save(self)
     if self.showcoverOld != config.plugins.iptvplayer.showcover.value or \
        self.SciezkaCacheOld != config.plugins.iptvplayer.SciezkaCache.value:
        pass
        # plugin must be restarted if we wont to this options take effect
     if self.platformOld != config.plugins.iptvplayer.plarform.value:
         IPTVPlayerNeedInit(True)
Ejemplo n.º 3
0
 def save(self):
     ConfigBaseWidget.save(self)
     if self.showcoverOld != config.plugins.iptvplayer.showcover.value or \
        self.SciezkaCacheOld != config.plugins.iptvplayer.SciezkaCache.value:
        pass