Render AudioControl.tsx at end of stream

This commit is contained in:
0x1eef 2024-03-25 02:06:59 -03:00
parent 57d9ec91f1
commit 57e05b2cef

View file

@ -67,7 +67,7 @@ export function Stream({
})}
</ul>
);
}, [stream.length, isPaused]);
}, [stream.length, isPaused, endOfStream]);
useEffect(() => {
const el = ref.current;