🐛 Return download speed instead of 0 for NZBGET (#1400)

This commit is contained in:
Tagaishi
2023-09-21 19:45:58 +02:00
committed by GitHub
parent b49d021daf
commit b44347311f

View File

@@ -206,7 +206,7 @@ const GetDataFromClient = async (
appId: app.id,
nzbs: nzbgetItems,
success: true,
totalDownload: 0,
totalDownload: nzbgetStatus.DownloadRate,
};
}
default: