mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
feat: adding libtorrent again
This commit is contained in:
parent
e44049ff63
commit
e08aa9c299
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export function DownloadGroup({
|
|||
);
|
||||
}
|
||||
|
||||
return <p>{t(game.status)}</p>;
|
||||
return <p>{t(game.status as string)}</p>;
|
||||
};
|
||||
|
||||
const getGameActions = (game: LibraryGame) => {
|
||||
|
|
Loading…
Reference in a new issue