fix: library page missing items

This commit is contained in:
Aleksi Lassila
2025-02-18 02:03:25 +02:00
parent 36e6caa1b7
commit 58bbe268ea

View File

@@ -67,8 +67,9 @@ export class LibraryService {
relations: {
playStates: true,
},
take: pagination.itemsPerPage,
skip: pagination.itemsPerPage * (pagination.page - 1),
// TODO: Implement pagination
// take: pagination.itemsPerPage,
// skip: pagination.itemsPerPage * (pagination.page - 1),
});
}