aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-01 17:01:57 +0200
committerChocobozzz <me@florianbigard.com>2021-04-01 17:01:57 +0200
commit559b3cccb76ea34f9e534cd260e9e08c0b98aadd (patch)
treebb4f608364d0eb475fe38009928363856269a345 /client/src/app/+accounts/account-video-channels
parent038907bcb24d3cecd708d4b0b29292aafa107fda (diff)
downloadPeerTube-559b3cccb76ea34f9e534cd260e9e08c0b98aadd.tar.gz
PeerTube-559b3cccb76ea34f9e534cd260e9e08c0b98aadd.tar.zst
PeerTube-559b3cccb76ea34f9e534cd260e9e08c0b98aadd.zip
Remove useless thumbnailSize
Diffstat (limited to 'client/src/app/+accounts/account-video-channels')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
index 96780e938..19a4b3c9c 100644
--- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
+++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
@@ -39,7 +39,6 @@
39 <my-video-miniature 39 <my-video-miniature
40 *ngFor="let video of getVideosOf(videoChannel)" 40 *ngFor="let video of getVideosOf(videoChannel)"
41 [video]="video" [user]="userMiniature" [displayVideoActions]="true" [displayOptions]="miniatureDisplayOptions" 41 [video]="video" [user]="userMiniature" [displayVideoActions]="true" [displayOptions]="miniatureDisplayOptions"
42 thumbnailSize="medium"
43 ></my-video-miniature> 42 ></my-video-miniature>
44 43
45 <div *ngIf="getTotalVideosOf(videoChannel)" class="miniature-show-channel"> 44 <div *ngIf="getTotalVideosOf(videoChannel)" class="miniature-show-channel">