Merge pull request #24 from JoelMesser/master

Fixing the description on the podcast episodes
This commit is contained in:
tamland 2021-02-17 16:51:25 +01:00 committed by GitHub
commit 8f551a7e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
})),
}