Fix Typo
This commit is contained in:
parent
1f0977ec77
commit
7c92c01047
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue