fixup! feat: Make generic formats dynamic
This commit is contained in:
parent
1126239263
commit
d35801d9a0
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ class Config
|
||||||
$this->genericFormats = [
|
$this->genericFormats = [
|
||||||
'best' => _('Best'),
|
'best' => _('Best'),
|
||||||
'bestvideo+bestaudio' => _('Remux best video with best audio'),
|
'bestvideo+bestaudio' => _('Remux best video with best audio'),
|
||||||
'worst' => _('Worst')
|
'worst' => _('Worst'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue