ParallelDownloading is now in source
This commit is contained in:
parent
a2c7c343ef
commit
b6fe10fd51
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ exec > >(exec cat)
|
|||
exec 2> >(exec cat >&2)
|
||||
|
||||
# Note: exec -a below is a bashism.
|
||||
exec -a "$0" "$HERE/@@PROGNAME@@" --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ParallelDownloading,ChromeLabs "$@"
|
||||
exec -a "$0" "$HERE/@@PROGNAME@@" --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder,PageInfoAboutThisSite,ChromeLabs "$@"
|
||||
|
|
Loading…
Reference in a new issue