Fix widgets not being populated after first PKC sync
This commit is contained in:
parent
966d368261
commit
67dfca32b5
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ class Sync(backgroundthread.KillableThread):
|
||||||
install_sync_done = True
|
install_sync_done = True
|
||||||
initial_sync_done = True
|
initial_sync_done = True
|
||||||
utils.settings('dbCreatedWithVersion', v.ADDON_VERSION)
|
utils.settings('dbCreatedWithVersion', v.ADDON_VERSION)
|
||||||
|
# Reload skin in order to ensure items showing up on Kodi
|
||||||
|
# Homescreen
|
||||||
|
xbmc.executebuiltin('ReloadSkin()')
|
||||||
if library_sync.PLAYLIST_SYNC_ENABLED:
|
if library_sync.PLAYLIST_SYNC_ENABLED:
|
||||||
playlist_monitor = playlists.kodi_playlist_monitor()
|
playlist_monitor = playlists.kodi_playlist_monitor()
|
||||||
self.start_fanart_download(refresh=False)
|
self.start_fanart_download(refresh=False)
|
||||||
|
|
Loading…
Reference in a new issue