load groups on signin

This commit is contained in:
Pas 2025-07-30 21:22:16 -06:00
parent 128c9d7657
commit 2f968bfe48

View file

@ -33,6 +33,7 @@ export interface BookmarkResponse {
year: number;
poster?: string;
type: "show" | "movie";
group?: string[];
};
updatedAt: string;
}