···124124 if (addedItems.has(item.id) === false) return;
125125126126 // TODO
127127- if (item.stats?.duration == undefined) return;
127127+ // if (item.stats?.duration == undefined) return;
128128129129 // TODO: Inserting at a specific index doesn't work
130130 ampElement.addTrack(item);