mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-13 15:39:08 +00: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…
Reference in a new issue