mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 10:05:58 +01:00
Improve attribute processor
This commit is contained in:
@@ -52,8 +52,8 @@ public class Main implements Runnable {
|
||||
|
||||
InputConfig.setInstance(config);
|
||||
AttributeUpdaterKernel kernel = InputConfig.getInstance().getCoherent() != null
|
||||
? new CoherentAttributeUpdaterKernel(new CachedMkvFileProcessor())
|
||||
: new DefaultAttributeUpdaterKernel(new CachedMkvFileProcessor());
|
||||
? new CoherentAttributeUpdaterKernel(config, new CachedMkvFileProcessor())
|
||||
: new DefaultAttributeUpdaterKernel(config, new CachedMkvFileProcessor());
|
||||
kernel.execute();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user