Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from williums/patch-1
Browse files Browse the repository at this point in the history
adjust naming convention to match BeatSaverDownloader
  • Loading branch information
Alaanor authored May 19, 2020
2 parents 4b19b18 + 165ab21 commit b6c274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/os/beatSaber/BeatSaber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default class BeatSaber {
const songName = purgeText(beatmap.metadata.songName);
const levelAuthorName = purgeText(beatmap.metadata.levelAuthorName);

const beatmapFolder = `${key} ${songName} - ${levelAuthorName}`;
const beatmapFolder = `${key} (${songName} - ${levelAuthorName})`;

return path.join(installationPath, BEAT_SABER_CUSTOM_LEVEL, beatmapFolder);
}
Expand Down

0 comments on commit b6c274c

Please sign in to comment.