profile_value needs to be ID so we can identify it later

This commit is contained in:
dekzter 2025-03-20 17:32:34 -04:00
parent e7db2e4882
commit d3f03145e7

View file

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