diff --git a/addon.xml b/addon.xml index 4277360..25cb09d 100644 --- a/addon.xml +++ b/addon.xml @@ -2,11 +2,11 @@ - + diff --git a/icon.png b/icon.png index c312af5..a56f680 100644 Binary files a/icon.png and b/icon.png differ diff --git a/resources/lib/prefsettings.py b/resources/lib/prefsettings.py index 355bfe2..0f5b8dd 100644 --- a/resources/lib/prefsettings.py +++ b/resources/lib/prefsettings.py @@ -7,11 +7,8 @@ LOG_ERROR = 1 LOG_INFO = 2 LOG_DEBUG = 3 - - class settings(): - def log(self, level, msg): if level <= self.logLevel: if level == LOG_ERROR: @@ -144,5 +141,5 @@ def readCustomPrefs(self): self.custom_audio_prefs_on = True if len(self.custom_subs) > 0: self.custom_sub_prefs_on = True - if len(self.custom_condsub) >0: + if len(self.custom_condsub) > 0: self.custom_condsub_prefs_on = True