]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
show avatar in video miniatures
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Tue, 21 Sep 2021 08:18:34 +0000 (10:18 +0200)
committerkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Tue, 21 Sep 2021 08:18:34 +0000 (10:18 +0200)
closes #4040

client/src/app/shared/shared-video-miniature/video-miniature.component.ts
client/src/app/shared/shared-video-miniature/videos-list.component.ts

index 6e9d4f16298a2ed77227ae810e0c0d13e761e78d..f854fa98e14e5fb8431da2efd577515839ff9074 100644 (file)
@@ -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,
index 3db8352578957232dcce2bd1b0a0ddcd86f06390..c496b3b0aaf73ebd62c44e6e074a0bb93e57eebd 100644 (file)
@@ -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,