mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add terminate session button to current activity
This commit is contained in:
parent
c780b9fd65
commit
0c62a83145
4 changed files with 120 additions and 19 deletions
|
@ -1268,7 +1268,7 @@ class PmsConnect(object):
|
|||
'location': helpers.get_xml_attr(session_info, 'location')
|
||||
}
|
||||
else:
|
||||
session_details = {}
|
||||
session_details = {'session_id': ''}
|
||||
|
||||
# Get the transcode details
|
||||
if session.getElementsByTagName('TranscodeSession'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue