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

This commit is contained in:
ChristoferMendes 2024-05-16 08:41:22 -03:00
commit 38d652c507
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),