Update circle logo
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 28 KiB |
@@ -1693,7 +1693,7 @@ class GROWL(Notifier):
|
|||||||
|
|
||||||
# Send it, including an image
|
# Send it, including an image
|
||||||
image_file = os.path.join(str(plexpy.PROG_DIR),
|
image_file = os.path.join(str(plexpy.PROG_DIR),
|
||||||
"data/interfaces/default/images/logo.png")
|
"data/interfaces/default/images/logo-circle.png")
|
||||||
|
|
||||||
with open(image_file, 'rb') as f:
|
with open(image_file, 'rb') as f:
|
||||||
image = f.read()
|
image = f.read()
|
||||||
@@ -2399,7 +2399,7 @@ class PLEX(Notifier):
|
|||||||
if self.config['image']:
|
if self.config['image']:
|
||||||
image = self.config['image']
|
image = self.config['image']
|
||||||
else:
|
else:
|
||||||
image = os.path.join(plexpy.DATA_DIR, os.path.abspath("data/interfaces/default/images/logo.png"))
|
image = os.path.join(plexpy.DATA_DIR, os.path.abspath("data/interfaces/default/images/logo-circle.png"))
|
||||||
|
|
||||||
for host in hosts:
|
for host in hosts:
|
||||||
logger.info(u"Tautulli Notifiers :: Sending notification command to {name} @ {host}".format(name=self.NAME, host=host))
|
logger.info(u"Tautulli Notifiers :: Sending notification command to {name} @ {host}".format(name=self.NAME, host=host))
|
||||||
@@ -3342,7 +3342,7 @@ class XBMC(Notifier):
|
|||||||
if self.config['image']:
|
if self.config['image']:
|
||||||
image = self.config['image']
|
image = self.config['image']
|
||||||
else:
|
else:
|
||||||
image = os.path.join(plexpy.DATA_DIR, os.path.abspath("data/interfaces/default/images/logo.png"))
|
image = os.path.join(plexpy.DATA_DIR, os.path.abspath("data/interfaces/default/images/logo-circle.png"))
|
||||||
|
|
||||||
for host in hosts:
|
for host in hosts:
|
||||||
logger.info(u"Tautulli Notifiers :: Sending notification command to XMBC @ " + host)
|
logger.info(u"Tautulli Notifiers :: Sending notification command to XMBC @ " + host)
|
||||||
|
Reference in New Issue
Block a user