Let the Kodi library update after a full sync
This commit is contained in:
parent
0536a7c151
commit
8205e19668
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ class FullSync(common.libsync_mixin):
|
||||||
# This will block until the processing thread really exits
|
# This will block until the processing thread really exits
|
||||||
LOG.debug('Waiting for processing thread to exit')
|
LOG.debug('Waiting for processing thread to exit')
|
||||||
self.processing_thread.join()
|
self.processing_thread.join()
|
||||||
|
common.update_kodi_library(video=True, music=True)
|
||||||
if self.callback:
|
if self.callback:
|
||||||
self.callback(successful)
|
self.callback(successful)
|
||||||
LOG.info('Done full_sync')
|
LOG.info('Done full_sync')
|
||||||
|
|
Loading…
Reference in a new issue