mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 02:57:57 +00:00
Bug Fix: Fixed the next_stream rotation endpoint applying the same class of bug
This commit is contained in:
parent
ef030b3da0
commit
65d14644b4
1 changed files with 2 additions and 1 deletions
|
|
@ -929,7 +929,8 @@ def next_stream(request, channel_id):
|
|||
channel_id,
|
||||
stream_info["url"],
|
||||
stream_info["user_agent"],
|
||||
next_stream_id, # Pass the stream_id to be stored in Redis
|
||||
next_stream_id,
|
||||
stream_info.get("m3u_profile_id"),
|
||||
)
|
||||
|
||||
if result.get("status") == "error":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue