From 2c55f3d5c7723e49ae0daefbcb739f2eee035fd1 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 3 Sep 2021 20:34:32 -0700 Subject: [PATCH] remove depecrecated comment --- src/components/player/Player.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/player/Player.tsx b/src/components/player/Player.tsx index fed8d8d..515cee6 100644 --- a/src/components/player/Player.tsx +++ b/src/components/player/Player.tsx @@ -210,9 +210,6 @@ const listenHandler = ( } } } else { - // If fade time is less than 0.5 seconds, don't fade and just start at - // full volume. Due to the low fade duration and interval polling, the volume - // blasts from low to full incredibly quickly if (player === 1) { dispatch(setPlayerVolume({ player: 2, volume: playQueue.volume })); } else {