mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Merge pull request #1214 from abeloin/patch-logo_growl
Fix wrong icon used in Growl notification.
This commit is contained in:
commit
107a95b6f4
@ -68,7 +68,7 @@ class GrowlNotifier:
|
||||
notice.add_header('Notification-Priority', options['priority'])
|
||||
if options['icon']:
|
||||
notice.add_header('Notification-Icon',
|
||||
'https://raw.github.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage.png')
|
||||
'https://raw.github.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png')
|
||||
|
||||
if message:
|
||||
notice.add_header('Notification-Text', message)
|
||||
|
Loading…
Reference in New Issue
Block a user