mirror of https://github.com/Chocobozzz/PeerTube
parent
f41efa52a4
commit
aac880eb63
|
@ -43,7 +43,7 @@ export class VideoMiniatureComponent implements OnInit {
|
||||||
date: true,
|
date: true,
|
||||||
views: true,
|
views: true,
|
||||||
by: true,
|
by: true,
|
||||||
avatar: false,
|
avatar: true,
|
||||||
privacyLabel: false,
|
privacyLabel: false,
|
||||||
privacyText: false,
|
privacyText: false,
|
||||||
state: false,
|
state: false,
|
||||||
|
|
|
@ -65,7 +65,7 @@ export class VideosListComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
date: true,
|
date: true,
|
||||||
views: true,
|
views: true,
|
||||||
by: true,
|
by: true,
|
||||||
avatar: false,
|
avatar: true,
|
||||||
privacyLabel: true,
|
privacyLabel: true,
|
||||||
privacyText: false,
|
privacyText: false,
|
||||||
state: false,
|
state: false,
|
||||||
|
|
Loading…
Reference in New Issue