mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Encode terminate session message
This commit is contained in:
parent
fdd8ac7c7b
commit
d4784dff23
1 changed files with 1 additions and 1 deletions
|
@ -1934,7 +1934,7 @@ class PmsConnect(object):
|
|||
|
||||
Output: bool
|
||||
"""
|
||||
message = message or 'The server owner has ended the stream.'
|
||||
message = message.encode('utf-8') or 'The server owner has ended the stream.'
|
||||
|
||||
if session_key and not session_id:
|
||||
ap = activity_processor.ActivityProcessor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue