mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 07:09:53 +02:00
Fix incorrect episode id
This commit is contained in:
parent
599a8e23cb
commit
e52a5fd585
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export default {
|
||||||
async startDownload(localFolder) {
|
async startDownload(localFolder) {
|
||||||
var payload = {
|
var payload = {
|
||||||
libraryItemId: this.libraryItemId,
|
libraryItemId: this.libraryItemId,
|
||||||
episodeId: this.episodeId
|
episodeId: this.episode.id
|
||||||
}
|
}
|
||||||
if (localFolder) {
|
if (localFolder) {
|
||||||
this.localFolderId = localFolder.id
|
this.localFolderId = localFolder.id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue