mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-15 09:11:30 +03:00
fixed compiler error
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<button (click)="deleteAndRedownload()" mat-menu-item><mat-icon>restore</mat-icon>Delete and redownload</button>
|
<button (click)="deleteAndRedownload()" mat-menu-item><mat-icon>restore</mat-icon>Delete and redownload</button>
|
||||||
<button (click)="deleteForever()" mat-menu-item *ngIf="sub.archive && use_youtubedl_archive"><mat-icon>delete_forever</mat-icon>Delete forever</button>
|
<button (click)="deleteForever()" mat-menu-item *ngIf="sub.archive && use_youtubedl_archive"><mat-icon>delete_forever</mat-icon>Delete forever</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
<mat-card (click)="goToFile(file.name)" matRipple class="example-card mat-elevation-z6">
|
<mat-card (click)="goToFile()" matRipple class="example-card mat-elevation-z6">
|
||||||
<div style="padding:5px">
|
<div style="padding:5px">
|
||||||
<div *ngIf="!image_errored && file.thumbnailURL" class="img-div">
|
<div *ngIf="!image_errored && file.thumbnailURL" class="img-div">
|
||||||
<img class="image" (error)="onImgError($event)" [src]="file.thumbnailURL" alt="Thumbnail">
|
<img class="image" (error)="onImgError($event)" [src]="file.thumbnailURL" alt="Thumbnail">
|
||||||
|
|||||||
Reference in New Issue
Block a user