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; year: number;
poster?: string; poster?: string;
type: "show" | "movie"; type: "show" | "movie";
group?: string[];
}; };
updatedAt: string; updatedAt: string;
} }