Discover your new favorite podcast
Podcast shorts curated by listeners.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
';
});
}
}
});
}, 1000);
}
// Auto-play after segments load
if (playableSegmentsArrayOfIds.length > 0) {
setTimeout(() => {
const firstSegment = document.querySelector(`[data-identifier="${playableSegmentsArrayOfIds[0]}"]`);
if (firstSegment && firstSegment.querySelector('.js-single-segment-play-button')) {
console.log('Auto-playing first segment');
autoplaySegment(playableSegmentsArrayOfIds[0]);
}
}, 3000); // Wait for segments to load
}
});