Ensure that artwork caching thread suspends on STOP_SYNC

This commit is contained in:
croneter 2018-11-13 16:02:54 +01:00
parent 5c7968abdb
commit a566dc566d

View file

@ -21,6 +21,7 @@ TIMEOUT = (35.1, 35.1)
IMAGE_CACHING_SUSPENDS = [
state.SUSPEND_LIBRARY_THREAD,
state.STOP_SYNC,
state.DB_SCAN
]
if not utils.settings('imageSyncDuringPlayback') == 'true':