feat(torrents): torrent tablosunda upload hızını göster
This commit is contained in:
@@ -4,6 +4,7 @@ export interface QbitTorrentInfo {
|
||||
size: number;
|
||||
progress: number;
|
||||
dlspeed: number;
|
||||
upspeed?: number;
|
||||
state: string;
|
||||
magnet_uri?: string;
|
||||
completed?: number;
|
||||
|
||||
Reference in New Issue
Block a user