Remove title attribute from thumbnail in video miniature

pull/2541/head
Rigel Kent 2020-03-06 11:50:20 +01:00
parent 288c78eaae
commit 25ae4f9572
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<a
[routerLink]="getVideoRouterLink()" [queryParams]="queryParams" [title]="video.name"
[routerLink]="getVideoRouterLink()" [queryParams]="queryParams"
class="video-thumbnail"
>
<img alt="" [attr.aria-label]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />