mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05:00
Fix empty state value
This commit is contained in:
@@ -15,7 +15,7 @@ function emptyStateIdxMap() {
|
||||
{
|
||||
streamId: null,
|
||||
url: null,
|
||||
state: null,
|
||||
state: {},
|
||||
isListening: false,
|
||||
},
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user