mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 09:51:37 +00:00
Merge 54491ee903 into 6f03467f35
This commit is contained in:
commit
71ff81419e
1 changed files with 0 additions and 2 deletions
|
|
@ -753,8 +753,6 @@ export default {
|
||||||
} else if (audibleChapters[audibleIdx]) {
|
} else if (audibleChapters[audibleIdx]) {
|
||||||
merged.push({ ...audibleChapters[audibleIdx], id: i })
|
merged.push({ ...audibleChapters[audibleIdx], id: i })
|
||||||
audibleIdx++
|
audibleIdx++
|
||||||
} else if (this.newChapters[i]) {
|
|
||||||
merged.push({ ...this.newChapters[i], id: i })
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.newChapters = merged
|
this.newChapters = merged
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue