mirror of
https://github.com/jellyfin/jellycon.git
synced 2025-02-17 12:18:34 +00:00
Fix errors when stopping a transcode
This commit is contained in:
parent
11705d46f2
commit
50b6f773f5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user