mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 09:31:53 +08:00
bunch of js === and !== fixes
This commit is contained in:
@@ -78,7 +78,7 @@ export function Streamer() {
|
||||
if (__streamer.getMode() === "janus") { // Right now it's working only for H.264
|
||||
let orient = parseInt(tools.radio.getValue("stream-orient-radio"));
|
||||
tools.storage.setInt("stream.orient", orient);
|
||||
if (__streamer.getOrientation() != orient) {
|
||||
if (__streamer.getOrientation() !== orient) {
|
||||
__resetStream();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user