From 367b361eefdb7c6505414b1f4c5a2865d56be744 Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Sun, 15 Mar 2026 22:21:19 +0100 Subject: [PATCH] =?UTF-8?q?fix(manga):=20afficher=20la=20plage=20de=20chap?= =?UTF-8?q?itres=20au=20lieu=20du=20num=C3=A9ro=20de=20volume=20dans=20la?= =?UTF-8?q?=20liste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour les chapitres regroupés en volume (isVolumeGroup), la colonne "#" affichait "Vol. X" au lieu du numéro/plage de chapitres. Remplacé par volumeChaptersRange. --- .../app/domain/manga/presentation/components/MangaChapter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue b/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue index feb4cf1..135ecf0 100644 --- a/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue +++ b/assets/vue/app/domain/manga/presentation/components/MangaChapter.vue @@ -1,7 +1,7 @@