Remove obsolete code
This commit is contained in:
parent
07c4d64a84
commit
d44d6983b3
1 changed files with 0 additions and 2 deletions
|
@ -96,10 +96,8 @@ class Sync(backgroundthread.KillableThread):
|
|||
# Full library sync finished
|
||||
self.show_kodi_note(utils.lang(39407))
|
||||
elif not self.suspend_item_sync():
|
||||
self.force_dialog = True
|
||||
# ERROR in library sync
|
||||
self.show_kodi_note(utils.lang(39410), icon='error')
|
||||
self.force_dialog = False
|
||||
elif state.RUN_LIB_SCAN == 'fanart':
|
||||
# Only look for missing fanart (No) or refresh all fanart (Yes)
|
||||
from .windows import optionsdialog
|
||||
|
|
Loading…
Reference in a new issue