feat(torrents): torrent tablosunda upload hızını göster

This commit is contained in:
2026-01-04 11:44:59 +03:00
parent 76418d0bb1
commit 2e46bacb36
3 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ export interface QbitTorrentInfo {
size: number;
progress: number;
dlspeed: number;
upspeed?: number;
state: string;
magnet_uri?: string;
completed?: number;