Fix library AttributeError

This commit is contained in:
tomkat83 2016-12-04 18:25:26 +01:00
parent f70a5da849
commit 0b54c4eee3

View file

@ -414,7 +414,7 @@ class LibrarySync(Thread):
forced: always show popup, even if user setting to off
"""
if not self.showDbSync:
if settings('dbSyncIndicator') != 'true':
if not forced:
return
if icon == "plex":