Refresh Kodi view only once on full syncs
This commit is contained in:
parent
3e3aa49d0d
commit
b86a6549ac
1 changed files with 0 additions and 1 deletions
|
@ -403,7 +403,6 @@ class FullSync(common.fullsync_mixin):
|
||||||
self.successful = False
|
self.successful = False
|
||||||
return
|
return
|
||||||
finally:
|
finally:
|
||||||
common.update_kodi_library(video=True, music=True)
|
|
||||||
if self.dialog:
|
if self.dialog:
|
||||||
self.dialog.close()
|
self.dialog.close()
|
||||||
if self.threader:
|
if self.threader:
|
||||||
|
|
Loading…
Reference in a new issue