diff --git a/front/src/ui/routes/library.ts b/front/src/ui/routes/library.ts index f79d7df49..15e8ec04c 100644 --- a/front/src/ui/routes/library.ts +++ b/front/src/ui/routes/library.ts @@ -38,7 +38,7 @@ export default [ name: 'library.albums.browse', component: () => import('~/components/library/Albums.vue'), meta: { - paginateBy: 25 + paginateBy: 30 } }, { @@ -47,7 +47,7 @@ export default [ component: () => import('~/components/library/Albums.vue'), props: { scope: 'me' }, meta: { - paginateBy: 25 + paginateBy: 30 } }, {