jbilcke-hf's picture
jbilcke-hf HF staff
Modifying AiTube to support Stories Factory use cases
6215321
raw
history blame
No virus
146 Bytes
export function getSegmentId(element: HTMLElement, defaultValue = ""): string {
return element.getAttribute('data-segment-id') || defaultValue
}