mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-24 09:37:44 +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;
|
||||
poster?: string;
|
||||
type: "show" | "movie";
|
||||
group?: string[];
|
||||
};
|
||||
updatedAt: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue