mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: removing menu
This commit is contained in:
parent
7a9247278d
commit
c76ef630e1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export const insertDownloadsFromSource = async (
|
||||||
(download) => ({
|
(download) => ({
|
||||||
title: download.title,
|
title: download.title,
|
||||||
uris: JSON.stringify(download.uris),
|
uris: JSON.stringify(download.uris),
|
||||||
|
magnet: download.uris[0]!,
|
||||||
fileSize: download.fileSize,
|
fileSize: download.fileSize,
|
||||||
repacker: downloadSource.name,
|
repacker: downloadSource.name,
|
||||||
uploadDate: download.uploadDate,
|
uploadDate: download.uploadDate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue