mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 07:02:48 -05:00
Add UI for streamdelay start/stop functionality
This commit is contained in:
@@ -50,4 +50,8 @@ export default class StreamdelayClient extends EventEmitter {
|
||||
setCensored(isCensored) {
|
||||
this.ws.send(JSON.stringify({ isCensored }))
|
||||
}
|
||||
|
||||
setStreamRunning(isStreamRunning) {
|
||||
this.ws.send(JSON.stringify({ isStreamRunning }))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user