Skip to content

Commit

Permalink
Merge pull request #5506 from avalonmediasystem/ramplist
Browse files Browse the repository at this point in the history
Do not change playlist item title on media end
  • Loading branch information
masaball authored Dec 7, 2023
2 parents 2f69afe + 71e842b commit 440c972
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/javascript/components/PlaylistRamp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ const Ramp = ({
setActiveItemTitle(activeElements[canvasIndex].textContent);
}
});

playerInst.on('ended', () => {
setActiveItemTitle("Inaccesible Item")
});
}
}

Expand Down

0 comments on commit 440c972

Please sign in to comment.