mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: showing first content on profile page
This commit is contained in:
parent
b8895afc0a
commit
4e73009997
7 changed files with 116 additions and 25 deletions
|
@ -236,8 +236,8 @@ export interface RealDebridUser {
|
|||
|
||||
export interface UserProfile {
|
||||
username: string;
|
||||
game: any[];
|
||||
recentGames: any[];
|
||||
game: Partial<CatalogueEntry>[];
|
||||
recentGames: Partial<CatalogueEntry>[];
|
||||
}
|
||||
|
||||
export interface DownloadSource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue