mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 19:14:00 +00:00
profile_value needs to be ID so we can identify it later
This commit is contained in:
parent
e7db2e4882
commit
d3f03145e7
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def generate_stream_url(channel_id: str) -> Tuple[str, str, bool]:
|
|||
transcode = True
|
||||
|
||||
# Get profile name as string
|
||||
profile_value = str(stream_profile)
|
||||
profile_value = stream_profile.id
|
||||
|
||||
return stream_url, stream_user_agent, transcode, profile_value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue