mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 03:11:53 +00:00
exporting MP3
This commit is contained in:
@@ -555,7 +555,7 @@ public class Main {
|
||||
exfile.exportMovies(outDir.getAbsolutePath());
|
||||
exportOK = true;
|
||||
} else if (exportFormat.equals("sound")) {
|
||||
exfile.exportSounds(outDir.getAbsolutePath());
|
||||
exfile.exportSounds(outDir.getAbsolutePath(), true);
|
||||
exportOK = true;
|
||||
} else {
|
||||
exportOK = false;
|
||||
|
||||
Reference in New Issue
Block a user