10 feat download queue (#59)
* testing message queue * better mq syncronisation * major code refactoring, concern separation. * bugfix * code refactoring * queuesize configurable via flags * code refactoring * comments * code refactoring, updated readme
This commit is contained in:
@@ -30,6 +30,7 @@ export function DownloadsCardView({ downloads, onStop }: Props) {
|
||||
resolution={download.info.resolution ?? ''}
|
||||
speed={download.progress.speed}
|
||||
size={download.info.filesize_approx ?? 0}
|
||||
status={download.progress.process_status}
|
||||
/>
|
||||
</Fragment>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user