mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user