aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-videos/account-videos.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account-videos/account-videos.component.ts')
-rw-r--r--client/src/app/account/account-videos/account-videos.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.ts b/client/src/app/account/account-videos/account-videos.component.ts
index 4f2f3e242..2664d59d8 100644
--- a/client/src/app/account/account-videos/account-videos.component.ts
+++ b/client/src/app/account/account-videos/account-videos.component.ts
@@ -23,7 +23,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit,
23 checkedVideos: { [ id: number ]: boolean } = {} 23 checkedVideos: { [ id: number ]: boolean } = {}
24 pagination: ComponentPagination = { 24 pagination: ComponentPagination = {
25 currentPage: 1, 25 currentPage: 1,
26 itemsPerPage: 10, 26 itemsPerPage: 5,
27 totalItems: null 27 totalItems: null
28 } 28 }
29 29