Fixed compile errors in LSP javascript.
This commit is contained in:
parent
de297b9a36
commit
89e967e419
1 changed files with 7 additions and 7 deletions
14
lsp/main.js
14
lsp/main.js
|
@ -826,16 +826,16 @@
|
|||
{
|
||||
sdata =
|
||||
{
|
||||
name: '',
|
||||
channel:
|
||||
'name': '',
|
||||
'channel':
|
||||
{
|
||||
URL: ''
|
||||
'URL': ''
|
||||
},
|
||||
limits: [],
|
||||
preset:
|
||||
'limits': [],
|
||||
'preset':
|
||||
{
|
||||
cmd: ''
|
||||
},
|
||||
'cmd': ''
|
||||
}
|
||||
};
|
||||
title = 'add new stream';
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue