feat: adding libtorrent again

This commit is contained in:
Chubby Granny Chaser 2024-06-27 14:56:57 +01:00
parent e44049ff63
commit e08aa9c299
No known key found for this signature in database

View File

@ -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) => { const getGameActions = (game: LibraryGame) => {