Fix sync isSuspended
This commit is contained in:
parent
f321baab82
commit
2ffd4491cf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Sync(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
|
||||||
|
|
||||||
def suspend_item_sync(self):
|
def suspend_item_sync(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue