mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
@@ -53,6 +53,7 @@ export default function GameView() {
|
||||
if (!gameId || !state.state[parseInt(gameId)]) {
|
||||
navigate("/", {replace: true});
|
||||
}
|
||||
document.title = game ? game.title : "Gameyfin";
|
||||
});
|
||||
}, [gameId]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user