Fix incorrect episode id

This commit is contained in:
ronaldheft 2022-08-11 11:20:29 -04:00
parent 599a8e23cb
commit e52a5fd585

View file

@ -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