From d35801d9a016cd545b2d14f3cbf9137b4730763d Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 8 May 2019 19:55:18 +0200 Subject: [PATCH] fixup! feat: Make generic formats dynamic --- classes/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Config.php b/classes/Config.php index c6805e1..4587082 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -146,9 +146,9 @@ class Config if (empty($this->genericFormats)) { // We don't put this in the class definition so it can be detected by xgettext. $this->genericFormats = [ - 'best' => _('Best'), + 'best' => _('Best'), 'bestvideo+bestaudio' => _('Remux best video with best audio'), - 'worst' => _('Worst') + 'worst' => _('Worst'), ]; }