You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importclientsfrom'@podlove/clients'import{type,platform}from'@podlove/clients/types'clients()// will return all clients// Additive filtering for id, title (match), type and platformclients({id: 'apple-podcasts',title: 'Apple',type: type.service,platform: platform.web})/***[{title: 'Apple Podcasts',scheme: id=>`https://podcasts.apple.com/podcast/${id}`,platform: platform.web,type: type.service,
icon
*}]*/