Ensure that artwork caching thread suspends on STOP_SYNC
This commit is contained in:
parent
5c7968abdb
commit
a566dc566d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ TIMEOUT = (35.1, 35.1)
|
||||||
|
|
||||||
IMAGE_CACHING_SUSPENDS = [
|
IMAGE_CACHING_SUSPENDS = [
|
||||||
state.SUSPEND_LIBRARY_THREAD,
|
state.SUSPEND_LIBRARY_THREAD,
|
||||||
|
state.STOP_SYNC,
|
||||||
state.DB_SCAN
|
state.DB_SCAN
|
||||||
]
|
]
|
||||||
if not utils.settings('imageSyncDuringPlayback') == 'true':
|
if not utils.settings('imageSyncDuringPlayback') == 'true':
|
||||||
|
|
Loading…
Reference in a new issue