Let the Kodi library update after a full sync

This commit is contained in:
croneter 2018-11-05 13:53:57 +01:00
parent 0536a7c151
commit 8205e19668

View file

@ -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')