Skip to content

Commit

Permalink
lmaoi
Browse files Browse the repository at this point in the history
  • Loading branch information
Unzor committed Jul 22, 2024
1 parent 98dffa0 commit 3f4e2a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ <h1 class="center-header"> Advanced Settings </h1>
if (!existsAlready) fs.writeFileSync(full_song_path, mp3buf);
else {
console.log('file path set to an existing file', existsAlready);
songID = existsAlready.slice(0, -4);
console.log('bruh', songID)
full_song_path = path.join(gd_path, existsAlready);
}
try {
Expand Down

0 comments on commit 3f4e2a5

Please sign in to comment.