Updated pagination size

This commit is contained in:
Damien Broqua 2024-01-31 14:14:19 +01:00
parent 6b2f7b61cb
commit 0ea6a21b90

View File

@ -8,7 +8,7 @@ Vue.createApp({
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
page: query.page || 1, page: query.page || 1,
totalPages: 1, totalPages: 1,
limit: 16, limit: 24,
artist: "", artist: "",
format: "", format: "",
year: "", year: "",