From de532cb7ee267e8bbcd3f32edcc7f2a5c34466ad Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 5 Aug 2012 14:11:48 +0200 Subject: [PATCH] Add description to growl notification. closes #604 --- couchpotato/core/notifications/growl/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/notifications/growl/__init__.py b/couchpotato/core/notifications/growl/__init__.py index 3e882b43..82a66361 100644 --- a/couchpotato/core/notifications/growl/__init__.py +++ b/couchpotato/core/notifications/growl/__init__.py @@ -9,6 +9,7 @@ config = [{ { 'tab': 'notifications', 'name': 'growl', + 'description': 'Version 1.4+', 'options': [ { 'name': 'enabled',