mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
More cleanup and history added
This commit is contained in:
@@ -28,7 +28,8 @@ async function Get(req: NextApiRequest, res: NextApiResponse) {
|
||||
history.push({
|
||||
id: slot.nzo_id,
|
||||
name: slot.name,
|
||||
size: slot.bytes * 1000,
|
||||
size: slot.bytes,
|
||||
time: slot.download_time,
|
||||
});
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user