From c76ef630e1db69c80359712f01277ad5bdc01cdf Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sun, 18 Aug 2024 02:45:05 +0100 Subject: [PATCH] fix: removing menu --- src/main/helpers/download-source.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/helpers/download-source.ts b/src/main/helpers/download-source.ts index 0b996fcc..c216212a 100644 --- a/src/main/helpers/download-source.ts +++ b/src/main/helpers/download-source.ts @@ -18,6 +18,7 @@ export const insertDownloadsFromSource = async ( (download) => ({ title: download.title, uris: JSON.stringify(download.uris), + magnet: download.uris[0]!, fileSize: download.fileSize, repacker: downloadSource.name, uploadDate: download.uploadDate,