mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 04:52:25 +00:00
load groups on signin
This commit is contained in:
parent
128c9d7657
commit
2f968bfe48
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ export interface BookmarkResponse {
|
||||||
year: number;
|
year: number;
|
||||||
poster?: string;
|
poster?: string;
|
||||||
type: "show" | "movie";
|
type: "show" | "movie";
|
||||||
|
group?: string[];
|
||||||
};
|
};
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue