Merge branch 'main' into feature/better-repack-modal

This commit is contained in:
ChristoferMendes
2024-05-16 08:41:22 -03:00
9 changed files with 146 additions and 74 deletions

View File

@@ -146,6 +146,8 @@ export const getNewRepacksFromOnlineFix = async (
);
worker.once("message", (torrent) => {
if (!torrent) return;
repacks.push({
fileSize: formatBytes(torrent.length ?? 0),
magnet: toMagnetURI(torrent),