From 7b28db78ca1f597aa461807d57d8b255dd4f0651 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sat, 16 Nov 2019 11:13:31 -0800 Subject: preset_template: change "und" to "any" in template This should have no effect on recent preset definitions since new presets should have all keys defined. But very old presets may be missing some keys and need to be filled in with the template defaults. (cherry picked from commit 196afc4ce0042f20612535c399a5ddc450de26f4) --- preset/preset_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preset') diff --git a/preset/preset_template.json b/preset/preset_template.json index ed1125d7b..3f4698869 100644 --- a/preset/preset_template.json +++ b/preset/preset_template.json @@ -12,7 +12,7 @@ ], "AudioEncoderFallback": "ac3", "AudioLanguageList": [ - "und" + "any" ], "AudioList": [ { -- cgit v1.2.3