From d66c59f19b376e2dc61df8375eb1949e37705210 Mon Sep 17 00:00:00 2001 From: Joel Messer Date: Tue, 16 Feb 2021 12:56:26 -0500 Subject: [PATCH] Fixing the description on the podcast episodes --- src/shared/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/api.ts b/src/shared/api.ts index 7f24cc7..660bd32 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -422,7 +422,7 @@ export class API { artistId: null, image, url: episode.streamId ? this.getStreamUrl(episode.streamId) : null, - description: podcast.description, + description: episode.description, playable: episode.status === 'completed', })), }