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