mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feature/recently-played-games-in-tray-context-menu
This commit is contained in:
commit
3cbbb71768
2 changed files with 3 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue