mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 01:33:56 +00:00
Merge branch 'main' into feature/recently-played-games-in-tray-context-menu
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user