mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-29 04:50:20 +00:00
Missed a couple constants in try next stream.
This commit is contained in:
parent
560345f7b1
commit
7bcfc74c13
1 changed files with 2 additions and 2 deletions
|
|
@ -890,8 +890,8 @@ class StreamManager:
|
|||
ChannelMetadataField.USER_AGENT: new_user_agent,
|
||||
ChannelMetadataField.STREAM_PROFILE: stream_info['profile'],
|
||||
ChannelMetadataField.STREAM_ID: str(stream_id),
|
||||
"stream_switch_time": str(time.time()),
|
||||
"stream_switch_reason": "max_retries_exceeded"
|
||||
ChannelMetadataField.STREAM_SWITCH_TIME: str(time.time()),
|
||||
ChannelMetadataField.STREAM_SWITCH_REASON: "max_retries_exceeded"
|
||||
})
|
||||
|
||||
# Log the switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue