mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Correct check for debug value
This commit is contained in:
@@ -389,7 +389,7 @@ public class Limelight implements NvConnectionListener {
|
||||
if (action.equals("fake"))
|
||||
limelight.startUpFake(streamConfig, video);
|
||||
else
|
||||
limelight.startUp(streamConfig, inputs, mapping, audio, tests, debug.intValue() > Level.WARNING.intValue());
|
||||
limelight.startUp(streamConfig, inputs, mapping, audio, tests, debug.intValue() <= Level.WARNING.intValue());
|
||||
} else if (action.equals("pair"))
|
||||
limelight.pair();
|
||||
else if (action.equals("list"))
|
||||
|
||||
Reference in New Issue
Block a user