diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index e91a8846d..2a7770f0b 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -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