From dc4c90c22318e39d99298b7e5b5382d50001cc00 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Thu, 28 Jan 2021 20:09:15 +0000 Subject: [PATCH] Comment fix. --- src/mixer/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixer/state.ts b/src/mixer/state.ts index 230406f..c0b1f7e 100644 --- a/src/mixer/state.ts +++ b/src/mixer/state.ts @@ -554,7 +554,7 @@ export const load = ( } }); playerInstance.on("finish", () => { - // If the PFL Player finishes playing, turn of PFL. + // If the PFL Player finishes playing, turn off PFL in the UI. if (player === PLAYER_PFL_ID) { dispatch(setChannelPFL(player, false)); }