mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-12 02:25:59 +01:00
Add dir loading for coherent feature
This commit is contained in:
@@ -17,6 +17,6 @@ public class CoherentConfigValidator extends ConfigValidator<Integer> {
|
||||
|
||||
@Override
|
||||
boolean isValid(Integer result) {
|
||||
return result > 0;
|
||||
return result >= 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user