mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Woops, apparently I can't spell my own project's name.
This commit is contained in:
parent
0916370a9d
commit
2221697c20
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue