mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-24 08:19:14 +01:00
🐛 Fix bug with download speed module
This commit is contained in:
@@ -49,7 +49,7 @@ export default function TotalDownloadsComponent() {
|
||||
const interval = setSafeInterval(() => {
|
||||
// Send one request with each download service inside
|
||||
axios
|
||||
.post('/api/modules/downloads')
|
||||
.post('/api/modules/torrents')
|
||||
.then((response) => {
|
||||
setTorrents(response.data);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user