Skip to content

Commit

Permalink
force vercel refresh?
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Jan 26, 2024
1 parent 4a953e4 commit af31f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/audio-player/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const AudioPlayer = forwardRef(

const calculateReplayGain = useCallback(
(song: Song): number => {
console.log("ignoreme i'm trying to test if vercel is doing a thing", volume);
if (playback.replayGainMode === 'no') {
return volume;
}
Expand Down

0 comments on commit af31f38

Please sign in to comment.