mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 11:04:07 +00:00
Release stream lock before returning url if using redirect profile.
This commit is contained in:
parent
9be42ce532
commit
d27e4b7e8a
1 changed files with 2 additions and 1 deletions
|
|
@ -193,7 +193,8 @@ def stream_ts(request, channel_id):
|
|||
break
|
||||
else:
|
||||
logger.warning(f"[{client_id}] Alternate stream #{alt['stream_id']} failed validation: {message}")
|
||||
|
||||
# Release stream lock before redirecting
|
||||
channel.release_stream()
|
||||
# Final decision based on validation results
|
||||
if is_valid:
|
||||
logger.info(f"[{client_id}] Redirecting to validated URL: {final_url} ({message})")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue