fix: removing menu

This commit is contained in:
Chubby Granny Chaser 2024-08-18 02:45:05 +01:00
parent 7a9247278d
commit c76ef630e1
No known key found for this signature in database

View File

@ -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,