Skip to content

Commit 35ebc3b

Browse files
committed
fixed
1 parent 7c609ad commit 35ebc3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/music/[music_id]/components/player.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ const equalizerPresets: { [key: string]: number[] } = {
3636
Reggae: [2, 0, -2, 4, 6],
3737
Electronic: [4, 2, 0, -2, 0],
3838
Indie: [0, 4, 2, -2, -4],
39-
Metal: [6, 4, 0, -2, -4],
40-
Custom: [0, 0, 0, 0, 0], // Custom preset for manual adjustments
39+
Metal: [6, 4, 0, -2, -4]
4140
};
4241

4342
export function Player({ music, musicList }: PlayerProps) {
@@ -616,4 +615,4 @@ export function Player({ music, musicList }: PlayerProps) {
616615
</section>
617616
</div>
618617
);
619-
}
618+
}

0 commit comments

Comments
 (0)