Fix FanartThread isSuspended
This commit is contained in:
parent
03fb6506f4
commit
30d85eebc0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,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
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue