Merge pull request #624 from croneter/stuff

Fix widgets not displaying correct playstate after PKC startup
This commit is contained in:
croneter 2019-01-28 20:20:50 +01:00 committed by GitHub
commit 62e914d7e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: