Add terminate session button to current activity

This commit is contained in:
JonnyWong16 2017-07-23 13:03:16 -07:00
parent c780b9fd65
commit 0c62a83145
4 changed files with 120 additions and 19 deletions

View file

@ -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'):