aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account-videos/account-videos.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-27 17:52:41 +0200
committerChocobozzz <me@florianbigard.com>2018-03-27 17:52:41 +0200
commit2e78e2684c6fa1c4f046fe35c3123b1e0f7d086b (patch)
tree71df5703d07b57d82ba84c7d78f149426c4606be /client/src/app/account/account-videos/account-videos.component.ts
parenta86887a4b8f1055e184508ff284f16e036cdd907 (diff)
downloadPeerTube-2e78e2684c6fa1c4f046fe35c3123b1e0f7d086b.tar.gz
PeerTube-2e78e2684c6fa1c4f046fe35c3123b1e0f7d086b.tar.zst
PeerTube-2e78e2684c6fa1c4f046fe35c3123b1e0f7d086b.zip
Fix lint
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