mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-02 06:42:32 +00:00
Add buffering as an active state.
This commit is contained in:
parent
42747e743c
commit
3448a3b494
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ def stream_ts(request, channel_id):
|
|||
ChannelState.CONNECTING,
|
||||
ChannelState.WAITING_FOR_CLIENTS,
|
||||
ChannelState.ACTIVE,
|
||||
ChannelState.BUFFERING,
|
||||
]
|
||||
if channel_state in active_states:
|
||||
# Channel is being initialized or already active - no need for reinitialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue