plugins/browser-plugin-media-tracking/src/player.ts
Function addVideoEventListeners
has 48 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function addVideoEventListeners(video: HTMLMediaElement, id: string) {
let isWaiting = false;
video.addEventListener('play', () => trackMediaPlay({ id, player: updatePlayer(video) }));