mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
Add dir loading for coherent feature
This commit is contained in:
@@ -28,7 +28,8 @@ public class ConfigLoader {
|
||||
new SetValidator(FORCED_KEYWORDS, false, true),
|
||||
new SetValidator(COMMENTARY_KEYWORDS, false, true),
|
||||
new SetValidator(EXCLUDED_DIRECTORY, false, true),
|
||||
new AttributeConfigValidator()
|
||||
new AttributeConfigValidator(),
|
||||
new CoherentConfigValidator(COHERENT, false)
|
||||
);
|
||||
|
||||
public static void initConfig(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user