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