Woops, apparently I can't spell my own project's name.

This commit is contained in:
Tim 2015-07-12 15:37:23 +02:00
parent 0916370a9d
commit 2221697c20

View file

@ -440,7 +440,7 @@ def notify(stream_data=None, notify_action=None):
server_name = pms_connect.get_server_pref(pref='FriendlyName')
# Build the notification heading
notify_header = 'PleyPy (%s)' % server_name
notify_header = 'PlexPy (%s)' % server_name
# Build media item title
if stream_data['media_type'] == 'episode' or stream_data['media_type'] == 'track':