From 345434c25dd24367961fda37ba55886061c41c80 Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Fri, 27 Mar 2026 11:29:13 +0100 Subject: [PATCH] =?UTF-8?q?fix(manga):=20afficher=20le=20titre=20du=20chap?= =?UTF-8?q?itre=20t=C3=A9l=C3=A9charg=C3=A9=20individuellement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quand un chapitre téléchargé est seul dans son groupe (volumeChapterCount === 1), on affichait "Chapitre 42" au lieu du titre réel. La condition isVolumeGroup s'appliquait même pour les groupes à un seul élément. Fix : la mise en forme "Chapitres X-Y" n'est désormais appliquée que lorsque volumeChapterCount > 1, sinon on affiche chapter.title comme pour les chapitres non téléchargés. --- .../domain/manga/presentation/components/MangaChapter.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue b/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue index 135ecf0..a81c943 100644 --- a/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue +++ b/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue @@ -14,14 +14,14 @@ chapterId: chapter.id } }"> -