This commit is contained in:
Simon
2025-07-21 14:00:20 +02:00
committed by GitHub
parent 3a35adf545
commit 33aeb038bc
6 changed files with 84 additions and 28 deletions
+1
View File
@@ -53,6 +53,7 @@ export default function GameView() {
if (!gameId || !state.state[parseInt(gameId)]) {
navigate("/", {replace: true});
}
document.title = game ? game.title : "Gameyfin";
});
}, [gameId]);