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;
|
||||
if (args.link) {
|
||||
if (args.compression == 1) {
|
||||
compression = '10m';
|
||||
compression = '10M';
|
||||
} else if (args.compression == 2) {
|
||||
compression = '5m';
|
||||
compression = '5M';
|
||||
} else {
|
||||
compression = '10k';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue