From 9261a70a564034badf2c2b8c6859c46b295adb3d Mon Sep 17 00:00:00 2001 From: Stefan Vuković Date: Mon, 1 Jul 2024 11:51:10 +0200 Subject: make non-ja audio work without configuration (#1152) * add audio source for wiktionary format filenames on commons * allow region codes * fix files being saved in anki as mp3 * wip * refactor _getAvailableAudioSourceTypes * update docs * wording * single line list * fix no anki audio --- ext/data/schemas/options-schema.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ext/data') diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 4bd7625a..2fb1c9c3 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -419,13 +419,7 @@ } } }, - "default": [ - { - "type": "jpod101", - "url": "", - "voice": "" - } - ] + "default": [] } } }, -- cgit v1.2.3