--- misc/xbmc/plugin.video.todic/default.py 2019/02/28 11:10:40 3251 +++ misc/xbmc/plugin.video.todic/default.py 2019/02/28 11:12:40 3252 @@ -366,15 +366,6 @@ player = TodicPlayer() player.play(str(url), listitem) - # kan ikke loade subtitles hvis foerend playeren koerer - count = 0 - while not xbmc.Player().isPlaying(): - xbmc.sleep(250) - count += 1 - if count > 10: - break - - #Holder python kørernde indtil at det bliver bedt om at stoppe while (not xbmc.abortRequested):