fix(front): Correct pagination on albums page
This commit is contained in:
parent
2f87155dee
commit
07fdf734a9
|
@ -38,7 +38,7 @@ export default [
|
||||||
name: 'library.albums.browse',
|
name: 'library.albums.browse',
|
||||||
component: () => import('~/components/library/Albums.vue'),
|
component: () => import('~/components/library/Albums.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
paginateBy: 25
|
paginateBy: 30
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -47,7 +47,7 @@ export default [
|
||||||
component: () => import('~/components/library/Albums.vue'),
|
component: () => import('~/components/library/Albums.vue'),
|
||||||
props: { scope: 'me' },
|
props: { scope: 'me' },
|
||||||
meta: {
|
meta: {
|
||||||
paginateBy: 25
|
paginateBy: 30
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue