mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 17:41:54 +08:00
streamer state over websocket
This commit is contained in:
@@ -10,7 +10,6 @@ function main() {
|
||||
$("bad-browser-modal").style.visibility = "visible";
|
||||
} else {
|
||||
ui = new Ui();
|
||||
new Session(new Atx(), new Hid(), new Msd());
|
||||
new Stream();
|
||||
new Session(new Streamer(), new Atx(), new Hid(), new Msd());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user