diff --git a/gameyfin/src/main/frontend/views/GameView.tsx b/gameyfin/src/main/frontend/views/GameView.tsx index 585ff78..05c4328 100644 --- a/gameyfin/src/main/frontend/views/GameView.tsx +++ b/gameyfin/src/main/frontend/views/GameView.tsx @@ -9,7 +9,6 @@ export default function GameView() { const {gameId} = useParams(); const [game, setGame] = useState(); - const [selectedDownloadOption, setSelectedDownloadOption] = useState(null); const downloadOptions: Record = { browser: {