aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-pagination.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video/video-pagination.model.ts')
-rw-r--r--client/src/app/shared/video/video-pagination.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-pagination.model.ts b/client/src/app/shared/video/video-pagination.model.ts
index 9e71769cb..e9db61596 100644
--- a/client/src/app/shared/video/video-pagination.model.ts
+++ b/client/src/app/shared/video/video-pagination.model.ts
@@ -1,5 +1,5 @@
1export interface VideoPagination { 1export interface VideoPagination {
2 currentPage: number 2 currentPage: number
3 itemsPerPage: number 3 itemsPerPage: number
4 totalItems: number 4 totalItems?: number
5} 5}