mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 17:05: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,
|
||||
nzbs: nzbgetItems,
|
||||
success: true,
|
||||
totalDownload: 0,
|
||||
totalDownload: nzbgetStatus.DownloadRate,
|
||||
};
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user