parent
46ed55544c
commit
79b1a84140
|
@ -43,7 +43,7 @@ export class VideoMiniatureComponent implements OnInit {
|
|||
date: true,
|
||||
views: true,
|
||||
by: true,
|
||||
avatar: false,
|
||||
avatar: true,
|
||||
privacyLabel: false,
|
||||
privacyText: false,
|
||||
state: false,
|
||||
|
|
|
@ -65,7 +65,7 @@ export class VideosListComponent implements OnInit, OnChanges, OnDestroy {
|
|||
date: true,
|
||||
views: true,
|
||||
by: true,
|
||||
avatar: false,
|
||||
avatar: true,
|
||||
privacyLabel: true,
|
||||
privacyText: false,
|
||||
state: false,
|
||||
|
|
Loading…
Reference in New Issue