Suspend fanart sync if another sync is running
This commit is contained in:
parent
40e3a852a2
commit
0c9e544e9e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class FanartThread(backgroundthread.KillableThread):
|
||||||
return state.STOP_PKC
|
return state.STOP_PKC
|
||||||
|
|
||||||
def isSuspended(self):
|
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):
|
def run(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue