mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
feat: loading from me endpoint and updating sidebar profile
This commit is contained in:
@@ -245,6 +245,7 @@ export interface RealDebridUser {
|
||||
}
|
||||
|
||||
export interface UserProfile {
|
||||
id: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
libraryGames: ProfileGame[];
|
||||
|
||||
Reference in New Issue
Block a user