Revert "Refresh Kodi view only once on full syncs"
This reverts commit b86a6549ac
.
This commit is contained in:
parent
1d991fd606
commit
352402bc35
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ 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