Fix library AttributeError
This commit is contained in:
parent
f70a5da849
commit
0b54c4eee3
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue