This commit is contained in:
CutSnake 2026-02-23 11:06:27 +11:00 committed by GitHub
commit a05cb0adf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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