mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
🐛 Return download speed instead of 0 for NZBGET (#1400)
This commit is contained in:
@@ -206,7 +206,7 @@ const GetDataFromClient = async (
|
|||||||
appId: app.id,
|
appId: app.id,
|
||||||
nzbs: nzbgetItems,
|
nzbs: nzbgetItems,
|
||||||
success: true,
|
success: true,
|
||||||
totalDownload: 0,
|
totalDownload: nzbgetStatus.DownloadRate,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user