forked from Supositware/Haha-Yes
pls
This commit is contained in:
parent
dab4333fe9
commit
ec5f8774a0
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ class vidshittifyerCommand extends Command {
|
||||||
let compression;
|
let compression;
|
||||||
if (args.link) {
|
if (args.link) {
|
||||||
if (args.compression == 1) {
|
if (args.compression == 1) {
|
||||||
compression = '10m';
|
compression = '10M';
|
||||||
} else if (args.compression == 2) {
|
} else if (args.compression == 2) {
|
||||||
compression = '5m';
|
compression = '5M';
|
||||||
} else {
|
} else {
|
||||||
compression = '10k';
|
compression = '10k';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue