fix(front): Correct pagination on albums page

This commit is contained in:
ArneBo 2025-01-25 17:57:39 +01:00
parent 2f87155dee
commit 07fdf734a9
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
},
{