mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +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) {
|
||||
var payload = {
|
||||
libraryItemId: this.libraryItemId,
|
||||
episodeId: this.episodeId
|
||||
episodeId: this.episode.id
|
||||
}
|
||||
if (localFolder) {
|
||||
this.localFolderId = localFolder.id
|
||||
|
|
|
|||
Loading…
Reference in a new issue