main js: fix clientTags
This commit is contained in:
@ -82,7 +82,6 @@ let args = '';
|
||||
if (window.instrument) {
|
||||
args += "&instrument=" + window.instrument;
|
||||
} else {
|
||||
let args = '';
|
||||
if (window.stream) { args += "&stream=" + window.stream; }
|
||||
if (window.device) { args += "&device=" + window.device; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user