mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 23:12:48 -05:00
Only display Streamdelay UI when enabled
This commit is contained in:
@@ -216,7 +216,7 @@ async function main() {
|
||||
streams: [],
|
||||
customStreams: [],
|
||||
views: [],
|
||||
streamdelay: { isConnected: false },
|
||||
streamdelay: null,
|
||||
}
|
||||
const getInitialState = () => clientState
|
||||
let broadcastState = () => {}
|
||||
|
||||
Reference in New Issue
Block a user