diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-17 10:35:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-17 10:35:08 +0200 |
commit | cc1561f9f7b33d739d66b23bacae23ea49f2fa12 (patch) | |
tree | 4ba9e905eaff4c80e9412b1ccf344c81c8c41ea8 /client/src/app/account/account-videos | |
parent | e6f627975bebd00d396d11442e582d80856bc6bd (diff) | |
download | PeerTube-cc1561f9f7b33d739d66b23bacae23ea49f2fa12.tar.gz PeerTube-cc1561f9f7b33d739d66b23bacae23ea49f2fa12.tar.zst PeerTube-cc1561f9f7b33d739d66b23bacae23ea49f2fa12.zip |
Simplify client syndications
Diffstat (limited to 'client/src/app/account/account-videos')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.ts | 4 |
1 files changed, 2 insertions, 2 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 b9a3bea3f..07f5b7f0b 100644 --- a/client/src/app/account/account-videos/account-videos.component.ts +++ b/client/src/app/account/account-videos/account-videos.component.ts | |||
@@ -27,8 +27,6 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit, | |||
27 | totalItems: null | 27 | totalItems: null |
28 | } | 28 | } |
29 | 29 | ||
30 | syndicationItems = {} | ||
31 | |||
32 | protected baseVideoWidth = -1 | 30 | protected baseVideoWidth = -1 |
33 | protected baseVideoHeight = 155 | 31 | protected baseVideoHeight = 155 |
34 | 32 | ||
@@ -43,6 +41,8 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit, | |||
43 | 41 | ||
44 | ngOnInit () { | 42 | ngOnInit () { |
45 | super.ngOnInit() | 43 | super.ngOnInit() |
44 | |||
45 | // this.generateSyndicationList() | ||
46 | } | 46 | } |
47 | 47 | ||
48 | ngOnDestroy () { | 48 | ngOnDestroy () { |