This commit is contained in:
tomkat83 2017-02-02 16:21:37 +01:00
parent 56d5e84f72
commit 5799612879

View file

@ -533,7 +533,7 @@ class LibrarySync(Thread):
self.compare = not repair
self.new_items_only = True
log.info('Running fullsync for NEW PMS items with rapair=%s' % repair)
log.info('Running fullsync for NEW PMS items with repair=%s' % repair)
if self._fullSync() is False:
return False
self.new_items_only = False