Merge pull request #156 from mcarlton00/stop-transcode
Fix errors when stopping transcoded playback
This commit is contained in:
@@ -1056,7 +1056,7 @@ def stop_all_playback():
|
||||
|
||||
if data.get('playback_type') == 'Transcode':
|
||||
device_id = get_device_id()
|
||||
url = "/Videos/ActiveEncodings?DeviceId=%s" % device_id
|
||||
url = "/Videos/ActiveEncodings?DeviceId=%s&playSessionId=%s" % (device_id, play_session_id)
|
||||
api.delete(url)
|
||||
|
||||
for entry in clear_entries:
|
||||
|
||||
Reference in New Issue
Block a user