feat: api hooks n stuff

This commit is contained in:
Adrian Castro
2024-04-19 19:19:59 +02:00
parent 3fb2567ae1
commit eea4eab60b
7 changed files with 427 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ export const useBookmarkStore = create<
),
);
interface WatchHistoryItem {
export interface WatchHistoryItem {
item: ItemData;
media: ScrapeMedia;
positionMillis: number;