Fix updates

This commit is contained in:
angelblue05 2018-11-19 00:12:46 -06:00
parent ca0513e96a
commit 4912022a7e

View file

@ -129,7 +129,7 @@ class Library(threading.Thread):
if thread.is_done:
threads.remove(thread)
if (self.player.isPlayingVideo() and settings('syncDuringPlay.bool')) or xbmc.getCondVisibility('VideoPlayer.Content(livetv)'):
if not self.player.isPlayingVideo() or settings('syncDuringPlay.bool') or xbmc.getCondVisibility('VideoPlayer.Content(livetv)'):
self.worker_downloads()
self.worker_sort()