Add preferred-subtitle parameter

This commit is contained in:
2023-03-19 11:29:59 +01:00
parent ba4c1bc1fe
commit 943308dd59
2 changed files with 17 additions and 15 deletions

View File

@@ -28,6 +28,7 @@ public class ConfigLoader {
new SetValidator(FORCED_KEYWORDS, false, true),
new SetValidator(COMMENTARY_KEYWORDS, false, true),
new SetValidator(EXCLUDED_DIRECTORY, false, true),
new SetValidator(PREFERRED_SUBTITLES, false, true),
new AttributeConfigValidator(),
new CoherentConfigValidator(COHERENT, false),
new BooleanValidator(FORCE_COHERENT, false)