mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
fix(scrcpy): fix default client version for 3.3.2
This commit is contained in:
parent
565df69b64
commit
4a228d1fb4
2 changed files with 6 additions and 1 deletions
5
.changeset/empty-humans-agree.md
Normal file
5
.changeset/empty-humans-agree.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@yume-chan/adb-scrcpy": patch
|
||||
---
|
||||
|
||||
Fix default version for client version 3.3.2
|
|
@ -27,7 +27,7 @@ export class AdbScrcpyOptions3_3_2<TVideo extends boolean>
|
|||
) {
|
||||
super(init);
|
||||
|
||||
this.version = clientOptions?.version ?? "3.3.1";
|
||||
this.version = clientOptions?.version ?? "3.3.2";
|
||||
this.spawner = clientOptions?.spawner;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue