mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
Add tests for single file attribute updater
This commit is contained in:
@@ -59,7 +59,7 @@ public class CoherentAttributeUpdater extends SingleFileAttributeUpdater {
|
||||
return; // match was found and process must be stopped
|
||||
}
|
||||
|
||||
// Couldn't match any config at current level. Resetting changes and trying to one level deeper
|
||||
// Couldn't match any config at current level. Resetting changes and trying one level deeper
|
||||
matchedFiles.forEach(fileInfo -> {
|
||||
fileInfo.resetChanges();
|
||||
fileInfo.setMatchedConfig(null);
|
||||
|
||||
Reference in New Issue
Block a user