From 0b54c4eee337b76ccf23301fa606dbb994a6a229 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 4 Dec 2016 18:25:26 +0100 Subject: [PATCH] Fix library AttributeError --- resources/lib/librarysync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index ee1e8055..5aac2c3a 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -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":