Comment fix.

This commit is contained in:
Matthew Stratford 2021-01-28 20:09:15 +00:00
parent df097308ed
commit dc4c90c223

View file

@ -554,7 +554,7 @@ export const load = (
} }
}); });
playerInstance.on("finish", () => { 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) { if (player === PLAYER_PFL_ID) {
dispatch(setChannelPFL(player, false)); dispatch(setChannelPFL(player, false));
} }