mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-16 02:01:28 -07:00
critical bug fix for desync mode and fooling
This commit is contained in:
parent
af35c4027d
commit
1a089e4282
@ -61,6 +61,7 @@ for /f "tokens=*" %%a in ('type "!selectedFile!"') do (
|
||||
set "arg=%%i"
|
||||
|
||||
if not "!arg!"=="^" (
|
||||
echo arg: !arg!
|
||||
if "!arg:~0,2!" EQU "--" if not !mergeargs!==0 (
|
||||
set "mergeargs=0"
|
||||
)
|
||||
@ -88,6 +89,10 @@ for /f "tokens=*" %%a in ('type "!selectedFile!"') do (
|
||||
|
||||
if "!arg:~0,4!" EQU "--wf" (
|
||||
set "mergeargs=2"
|
||||
) else if "!arg!" EQU "--dpi-desync" (
|
||||
set "mergeargs=2"
|
||||
) else if "!arg!" EQU "--dpi-desync-fooling" (
|
||||
set "mergeargs=2"
|
||||
) else if !mergeargs!==2 (
|
||||
set "mergeargs=1"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user