Comment fix.
This commit is contained in:
parent
df097308ed
commit
dc4c90c223
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue