diff --git a/resources/lib/library_sync/full_sync.py b/resources/lib/library_sync/full_sync.py index c0aa09c9..06131f8b 100644 --- a/resources/lib/library_sync/full_sync.py +++ b/resources/lib/library_sync/full_sync.py @@ -205,6 +205,7 @@ class FullSync(common.libsync_mixin): # This will block until the processing thread really exits LOG.debug('Waiting for processing thread to exit') self.processing_thread.join() + common.update_kodi_library(video=True, music=True) if self.callback: self.callback(successful) LOG.info('Done full_sync')