diff --git a/components/tables/podcast/EpisodeRow.vue b/components/tables/podcast/EpisodeRow.vue index 2c409ae2..35d5f3ef 100644 --- a/components/tables/podcast/EpisodeRow.vue +++ b/components/tables/podcast/EpisodeRow.vue @@ -190,7 +190,7 @@ export default { async startDownload(localFolder) { var payload = { libraryItemId: this.libraryItemId, - episodeId: this.episodeId + episodeId: this.episode.id } if (localFolder) { this.localFolderId = localFolder.id