mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
feat: showing first content on profile page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user