Remove global notification toggles

This commit is contained in:
JonnyWong16 2017-04-10 21:14:26 -07:00
commit f5969f271a
4 changed files with 28 additions and 47 deletions

View file

@ -402,9 +402,7 @@ def start():
if _INITIALIZED:
# Start background notification thread
if any([CONFIG.MOVIE_NOTIFY_ENABLE, CONFIG.TV_NOTIFY_ENABLE,
CONFIG.MUSIC_NOTIFY_ENABLE, CONFIG.NOTIFY_RECENTLY_ADDED]):
notification_handler.start_threads(num_threads=CONFIG.NOTIFICATION_THREADS)
notification_handler.start_threads(num_threads=CONFIG.NOTIFICATION_THREADS)
_STARTED = True