mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-27 22:37:39 +02:00
force vercel refresh?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user