Bug Fix: Fixed the next_stream rotation endpoint applying the same class of bug

This commit is contained in:
SergeantPanda 2026-04-12 11:36:08 -05:00
parent ef030b3da0
commit 65d14644b4

View file

@ -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":