This commit is contained in:
Croneter 2018-05-30 08:29:33 +02:00
parent 1f0977ec77
commit 7c92c01047

View file

@ -65,7 +65,7 @@ class ThreadedProcessFanart(Thread):
item = queue.get(block=False)
except Empty:
if not set_zero and not xbmc.getCondVisibility(
'Window.IsVisible(DialogAddonSettings.xml)')::
'Window.IsVisible(DialogAddonSettings.xml)'):
# Avoid saving '0' all the time
set_zero = True
settings('fanarttv_lookups', value='0')