aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-29 16:47:41 +0200
committerChocobozzz <chocobozzz@cpy.re>2021-03-31 09:05:51 +0200
commit7f18840602b23c050bee50d096155e4ef6de087a (patch)
tree5c2130552ab9f4c26caa4c7deecbb1cf0dd377e1 /client/src/app/shared/shared-video-miniature/abstract-video-list.ts
parentdeb8b9cdb03213efd8f1fc4b40ab94ae499fe058 (diff)
downloadPeerTube-7f18840602b23c050bee50d096155e4ef6de087a.tar.gz
PeerTube-7f18840602b23c050bee50d096155e4ef6de087a.tar.zst
PeerTube-7f18840602b23c050bee50d096155e4ef6de087a.zip
Display channel in miniature
With some exceptions though
Diffstat (limited to 'client/src/app/shared/shared-video-miniature/abstract-video-list.ts')
-rw-r--r--client/src/app/shared/shared-video-miniature/abstract-video-list.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/abstract-video-list.ts b/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
index c13cb3748..f41648e1c 100644
--- a/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
+++ b/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
@@ -65,7 +65,7 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy, AfterConte
65 loadOnInit = true 65 loadOnInit = true
66 loadUserVideoPreferences = false 66 loadUserVideoPreferences = false
67 67
68 ownerDisplayType: OwnerDisplayType = 'account' 68 ownerDisplayType: OwnerDisplayType = 'auto'
69 displayModerationBlock = false 69 displayModerationBlock = false
70 titleTooltip: string 70 titleTooltip: string
71 displayVideoActions = true 71 displayVideoActions = true