mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-04 09:41:29 +03:00
Download manager is now per user
Replaced multi download mode with autoplay checkbox
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div *ngIf="downloads">
|
||||
<div *ngIf="downloads && downloads.length > 0">
|
||||
<div class="mat-elevation-z8">
|
||||
<mat-table [dataSource]="dataSource">
|
||||
|
||||
@@ -63,4 +63,8 @@
|
||||
aria-label="Select page of downloads">
|
||||
</mat-paginator>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div *ngIf="(!downloads || downloads.length === 0) && downloads_retrieved">
|
||||
<h4 style="text-align: center; margin-top: 10px;" i18n="No downloads label">No downloads available!</h4>
|
||||
</div>
|
||||
Reference in New Issue
Block a user