mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-10 20:49:55 +02:00
force vercel refresh?
This commit is contained in:
@@ -80,6 +80,7 @@ export const AudioPlayer = forwardRef(
|
|||||||
|
|
||||||
const calculateReplayGain = useCallback(
|
const calculateReplayGain = useCallback(
|
||||||
(song: Song): number => {
|
(song: Song): number => {
|
||||||
|
console.log("ignoreme i'm trying to test if vercel is doing a thing", volume);
|
||||||
if (playback.replayGainMode === 'no') {
|
if (playback.replayGainMode === 'no') {
|
||||||
return volume;
|
return volume;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user