Make mkvtoolnix path default value of dependant

This commit is contained in:
RatzzFatzz
2024-11-27 00:32:23 +01:00
parent 7ea0ab17b0
commit 1863432dc6
5 changed files with 58 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ public class MkvFileProcessor implements FileProcessor {
Map<String, Object> jsonMap;
List<FileAttribute> fileAttributes = new ArrayList<>();
try {
String command = format("\"%s\"", Config.getInstance().getPathFor(MkvToolNix.MKV_MERGER));
String command = format("\"%s\"", Config.getInstance().getPathFor(MkvToolNix.MKV_MERGE));
String[] arguments = new String[]{
command,
"--identify",