mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
Update SeriesContent.tsx
This commit is contained in:
parent
179bd42806
commit
0d55c9c78e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,8 +49,8 @@ interface SeriesContentProps {
|
|||
mal_id?: number;
|
||||
external_ids?: {
|
||||
mal_id?: number;
|
||||
seasons?: Array<{ season: number; poster?: string; }>;
|
||||
}
|
||||
seasons?: Array<{ season: number; poster?: string; }>;
|
||||
};
|
||||
imdbId?: string; // IMDb ID for Trakt sync
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue