Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67e48500 authored by Simon Chan's avatar Simon Chan
Browse files

fix(scrcpy): option parsing

parent ac7e893d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ export class ScrcpyOptions1_22<T extends ScrcpyOptions1_22Type = ScrcpyOptions1_
            throw new Error('`rawVideoStream:true` is not supported');
        }

        if (!init.sendFrameMeta) {
        if (init.sendFrameMeta === false) {
            // TODO: Add support for `sendFrameMeta: false`
            throw new Error('`sendFrameMeta:false` is not supported');
        }