Merge pull request #624 from croneter/stuff
Fix widgets not displaying correct playstate after PKC startup
This commit is contained in:
commit
62e914d7e5
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ class FullSync(common.fullsync_mixin):
|
|||
self.successful = False
|
||||
return
|
||||
finally:
|
||||
common.update_kodi_library(video=True, music=True)
|
||||
if self.dialog:
|
||||
self.dialog.close()
|
||||
if self.threader:
|
||||
|
|
Loading…
Reference in a new issue