import { LightningElement, api } from "lwc"; export default class PodcastPlayer extends LightningElement { @api src: string = ""; }