diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 07ae6e75..eb379741 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1803,11 +1803,6 @@ class LibrarySync(Thread): log.info('Refreshing video nodes and playlists now') deletePlaylists() deleteNodes() - # Kick off refresh - if self.maintainViews() is True: - log.info("Refresh playlists/nodes completed") - else: - log.error("Refresh playlists/nodes failed") log.info("Initial start-up full sync starting") librarySync = fullSync() window('plex_dbScan', clear=True)