mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-21 16:24:41 +01:00
fix: add back speed to normal downloads
This commit is contained in:
@@ -30,6 +30,7 @@ export type ProcessItem = {
|
||||
item: Partial<BaseItemDto>;
|
||||
progress: number;
|
||||
size?: number;
|
||||
speed?: number;
|
||||
state:
|
||||
| "optimizing"
|
||||
| "downloading"
|
||||
|
||||
Reference in New Issue
Block a user