mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-30 17:02:49 -05:00
Fix empty state value
This commit is contained in:
@@ -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