feat: default category images

chore: video/stream-tile split
This commit is contained in:
2024-05-27 11:24:25 +01:00
parent 2baf21baec
commit 5794dc3d2f
16 changed files with 139 additions and 45 deletions

View File

@ -17,6 +17,7 @@ export default function useGameInfo(gameId?: string, gameInfo?: GameInfo) {
name: ix.name,
genres: ix.tags,
className: ix.className,
cover: ix.cover,
});
}
} else {