Fixing the description on the podcast episodes

This commit is contained in:
Joel Messer 2021-02-16 12:56:26 -05:00 committed by GitHub
parent c072bccc58
commit d66c59f19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,7 +422,7 @@ export class API {
artistId: null, artistId: null,
image, image,
url: episode.streamId ? this.getStreamUrl(episode.streamId) : null, url: episode.streamId ? this.getStreamUrl(episode.streamId) : null,
description: podcast.description, description: episode.description,
playable: episode.status === 'completed', playable: episode.status === 'completed',
})), })),
} }