= 1) { return `${hours}:${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`; } else { return `${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`; } }, showStarringSelector(el) { this.openStarringSelector = true; el.parentNode.appendChild(this.starringSelector); }, showButtons(el, start, end) { if (this.hoverTimer) { clearTimeout(this.hoverTimer); } if (th