--- misc/xbmc/plugin.video.todic/default.py 2016/11/23 08:06:06 3143 +++ misc/xbmc/plugin.video.todic/default.py 2016/11/23 09:36:57 3145 @@ -3,7 +3,7 @@ ''' Todic plugin for XBMC - Version 0.0.17 + Version 0.0.18 ''' import sys @@ -125,7 +125,7 @@ open_url_safe(url) def tick(self): - if ( self.isPlaying() ): + if ( self.isPlaying() ): self.playingPosition = self.getTime() now = time() #print "[Todic] tick " + str(now) + " " + str(self.lastReport) + " : " +str(now - self.lastReport)