mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-07 10:21:27 +03:00
Added additional protections to verify that the DB is initialized before downloader does
Began work on watching entire subscriptions as a playlist Subscriptions now use the new download manager to download files
This commit is contained in:
@@ -52,7 +52,7 @@ export class DownloadsComponent implements OnInit, OnDestroy {
|
||||
3: 'Complete'
|
||||
}
|
||||
|
||||
displayedColumns: string[] = ['date', 'title', 'stage', 'progress', 'actions'];
|
||||
displayedColumns: string[] = ['date', 'title', 'stage', 'subscription', 'progress', 'actions'];
|
||||
dataSource = null; // new MatTableDataSource<Download>();
|
||||
downloads_retrieved = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user