mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-01 08:34:33 +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) {
|
||||
var payload = {
|
||||
libraryItemId: this.libraryItemId,
|
||||
episodeId: this.episodeId
|
||||
episodeId: this.episode.id
|
||||
}
|
||||
if (localFolder) {
|
||||
this.localFolderId = localFolder.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue