Skip to content

Commit

Permalink
fix: kagemomiji#624 Add method to resolve music cue folder path with BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
kagemomiji authored and thewriteway committed Nov 26, 2024
1 parent 78e93ec commit 6c94725
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public static Path resolveMusicCueFolderPath() {
return resolveBaseMediaPath().resolve("cue");
}

public static Path resolveMusicCueWithBOMFolderPath() {
return resolveBaseMediaPath().resolve("cueBom");
}

public static Path resolveMusicDisableCueFolderPath() {
return resolveBaseMediaPath().resolve("disableCue");
}
Expand Down

0 comments on commit 6c94725

Please sign in to comment.