Autoload missing for notifications. fix #2980
This commit is contained in:
@@ -7,6 +7,8 @@ from couchpotato.core.notifications.base import Notification
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'Boxcar'
|
||||
|
||||
|
||||
class Boxcar(Notification):
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ from couchpotato.environment import Env
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'Email'
|
||||
|
||||
|
||||
class Email(Notification):
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@ from gntp import notifier
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'Growl'
|
||||
|
||||
|
||||
class Growl(Notification):
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@ except ImportError:
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'NMJ'
|
||||
|
||||
|
||||
class NMJ(Notification):
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ import six
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'NotifyMyAndroid'
|
||||
|
||||
|
||||
class NotifyMyAndroid(Notification):
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ import six
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'NotifyMyWP'
|
||||
|
||||
|
||||
class NotifyMyWP(Notification):
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ from couchpotato.core.notifications.base import Notification
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'Prowl'
|
||||
|
||||
|
||||
class Prowl(Notification):
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ from couchpotato.core.notifications.base import Notification
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'Pushalot'
|
||||
|
||||
|
||||
class Pushalot(Notification):
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@ from couchpotato.core.notifications.base import Notification
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
autoload = 'Pushbullet'
|
||||
|
||||
|
||||
class Pushbullet(Notification):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user