mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix incorrect episode id
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user