--- misc/xbmc/plugin.video.todic/default.py 2016/11/23 09:36:57 3145 +++ misc/xbmc/plugin.video.todic/default.py 2016/11/23 09:44:02 3146 @@ -319,7 +319,7 @@ # kan ikke loade subtitles hvis foerend playeren koerer count = 0 while not xbmc.Player().isPlaying(): - xbmc.sleep(500) + xbmc.sleep(250) count += 1 if count > 10: break @@ -334,7 +334,7 @@ #Holder python kørernde indtil at det bliver bedt om at stoppe while (not xbmc.abortRequested): player.tick() - xbmc.sleep(100) + xbmc.sleep(250)