mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 07:09:15 +02:00
again whoops
This commit is contained in:
@@ -229,6 +229,8 @@
|
||||
ctx.fillStyle = '#060b14';
|
||||
ctx.fillRect(0, 0, W, H);
|
||||
|
||||
let yMax = 1;
|
||||
let yMin = -1;
|
||||
const vals = [...histInput, ...histAudio, ...histAgc].filter(v => v !== null);
|
||||
if (vals.length) {
|
||||
yMin = Math.min(...vals);
|
||||
|
||||
Reference in New Issue
Block a user