fixup! feat: Make generic formats dynamic

This commit is contained in:
Pierre Rudloff 2019-05-08 19:55:18 +02:00
parent 1126239263
commit d35801d9a0

View file

@ -148,7 +148,7 @@ class Config
$this->genericFormats = [
'best' => _('Best'),
'bestvideo+bestaudio' => _('Remux best video with best audio'),
'worst' => _('Worst')
'worst' => _('Worst'),
];
}