Private GIT

Skip to content
Snippets Groups Projects
Commit 7dfad34f authored by adam111316's avatar adam111316
Browse files

Merge pull request #122 from bjtaylor93/growl-update-registration

Fix growl registration not sending sickrage update notification registration
parents 6bba0448 e58f3fd9
Branches
Tags
No related merge requests found
......@@ -47,6 +47,7 @@
* Add handler for when Trakt returns no results for Add Show/Add Trending Show page
* Fix image links when anchor child images are not found at Trakt on Add Show/Add Trending Show page
* Add image to be used when Trakt posters are void on Add Show/Add Trending Show page
* Fix growl registration not sending sickrage update notification registration.
[develop changelog]
* Change improve display of progress bars in the Downloads columns of the show list page
......
......@@ -179,6 +179,7 @@ class GrowlNotifier:
register.add_notification('Test', True)
register.add_notification(common.notifyStrings[common.NOTIFY_SNATCH], True)
register.add_notification(common.notifyStrings[common.NOTIFY_DOWNLOAD], True)
register.add_notification(common.notifyStrings[common.NOTIFY_GIT_UPDATE], True)
if opts['password']:
register.set_password(opts['password'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment