--- misc/xbmc/plugin.video.todic/default.py 2019/02/18 17:38:13 3244 +++ misc/xbmc/plugin.video.todic/default.py 2019/02/18 18:09:47 3245 @@ -3,7 +3,7 @@ ''' Todic plugin for XBMC - Version 1.7.1 + Version 1.7.2 ''' import sys @@ -28,11 +28,11 @@ __backend__ = "https://todic.dk/xbmc.php?xbmckey=" + __key__ if __entrypoint__ == "alternative": - __backend__ = "https://alt.todic.dk/xbmc.php?xbmckey=" + __key__ + __backend__ = "https://alt.todic.dk/xbmc.php?xbmckey=" + __key__ if __entrypoint__ == "testing": - __backend__ = "https://todic.dk/xbmc-beta.php?xbmckey=" + __key__ - + __backend__ = "https://todic.dk/xbmc-beta.php?xbmckey=" + __key__ + print "[Todic] entrypoint: " + __entrypoint__ print "[Todic] backend: " + __backend__ @@ -148,7 +148,7 @@ def tick(self): #print "[Todic] Tick: " + str( self.isPlaying() ) if ( self.isPlaying() ): - tmpTime = self.getTime(): + tmpTime = self.getTime() #only report time if it has changed in the mean time if tmpTime != self.playingPosition: