force vercel refresh?

This commit is contained in:
Kendall Garner
2024-01-26 07:18:27 -08:00
parent 4a953e42f0
commit af31f38e03
@@ -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;
}