From 021099d73acb128711b13c2c96f5e8adef410fc3 Mon Sep 17 00:00:00 2001 From: William Zeni Date: Thu, 29 May 2025 23:26:14 +0200 Subject: [PATCH] added jpn and eng to audio list --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 21c37b0..63fc8f1 100644 --- a/config.json +++ b/config.json @@ -32,7 +32,9 @@ "download_audio": true, "merge_audio": true, "specific_list_audio": [ - "ita" + "ita", + "eng", + "jpn" ], "download_subtitle": true, "merge_subs": true,