Fix Typo
This commit is contained in:
parent
56d5e84f72
commit
5799612879
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue