--- misc/xbmc/plugin.video.todic/default.py 2016/11/23 08:06:06 3143 +++ misc/xbmc/plugin.video.todic/default.py 2016/11/23 08:09:53 3144 @@ -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)