diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-01 17:01:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-01 17:01:57 +0200 |
commit | 559b3cccb76ea34f9e534cd260e9e08c0b98aadd (patch) | |
tree | bb4f608364d0eb475fe38009928363856269a345 /client/src/app | |
parent | 038907bcb24d3cecd708d4b0b29292aafa107fda (diff) | |
download | PeerTube-559b3cccb76ea34f9e534cd260e9e08c0b98aadd.tar.gz PeerTube-559b3cccb76ea34f9e534cd260e9e08c0b98aadd.tar.zst PeerTube-559b3cccb76ea34f9e534cd260e9e08c0b98aadd.zip |
Remove useless thumbnailSize
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.html | 1 |
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"> |