mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-24 05:54:55 +03:00
feat: undo change
This commit is contained in:
parent
c24523e8e6
commit
9e7b27afe6
@ -45,7 +45,6 @@ export function RepacksModal({
|
|||||||
|
|
||||||
const getInfoHash = useCallback(async () => {
|
const getInfoHash = useCallback(async () => {
|
||||||
const torrent = await parseTorrent(game?.uri ?? "");
|
const torrent = await parseTorrent(game?.uri ?? "");
|
||||||
|
|
||||||
if (torrent.infoHash) setInfoHash(torrent.infoHash);
|
if (torrent.infoHash) setInfoHash(torrent.infoHash);
|
||||||
}, [game]);
|
}, [game]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user