mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: changing get random game to work with shop block
This commit is contained in:
parent
2475d48bc4
commit
5ab51e4547
6 changed files with 58 additions and 42 deletions
|
@ -133,3 +133,8 @@ export interface HowLongToBeatCategory {
|
|||
duration: string;
|
||||
accuracy: string;
|
||||
}
|
||||
|
||||
export interface Steam250Game {
|
||||
title: string;
|
||||
objectID: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue