From 549614773b7ba74f6f979b05f4f127e9c5209ac4 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Wed, 23 Feb 2022 22:41:13 +0100 Subject: [PATCH] Correction d'un bug sur la pagination --- views/pages/mon-compte/ma-collection.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/pages/mon-compte/ma-collection.ejs b/views/pages/mon-compte/ma-collection.ejs index 994c2e8..0c10905 100644 --- a/views/pages/mon-compte/ma-collection.ejs +++ b/views/pages/mon-compte/ma-collection.ejs @@ -118,7 +118,7 @@ total: 0, page: 1, totalPages: 1, - limit: 2, + limit: 16, artist: '', format: '', sortOrder: 'artists_sort-asc',