Suspend fanart sync if another sync is running

This commit is contained in:
croneter 2018-11-13 14:48:25 +01:00
parent 40e3a852a2
commit 0c9e544e9e

View file

@ -31,7 +31,7 @@ class FanartThread(backgroundthread.KillableThread):
return state.STOP_PKC
def isSuspended(self):
return state.SUSPEND_LIBRARY_THREAD or state.STOP_SYNC
return state.SUSPEND_LIBRARY_THREAD or state.STOP_SYNC or state.DB_SCAN
def run(self):
try: