diff --git a/lib/url.js b/lib/url.js index 1f6fb1fb..d06b1c15 100644 --- a/lib/url.js +++ b/lib/url.js @@ -119,7 +119,7 @@ export function parseEmbedUrl (href) { } } - if (hostname.endsWith('spotify.com') && pathname.startsWith('/track')) { + if (hostname.endsWith('spotify.com') && (pathname.startsWith('/track') || pathname.startsWith('/episode'))) { return { provider: 'spotify' }