fix: add back speed to normal downloads

This commit is contained in:
Fredrik Burmester
2024-09-29 12:03:37 +02:00
parent b6c6bac06a
commit 31dbd84bec
3 changed files with 12 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ export type ProcessItem = {
item: Partial<BaseItemDto>;
progress: number;
size?: number;
speed?: number;
state:
| "optimizing"
| "downloading"