Update SeriesContent.tsx

This commit is contained in:
6ip 2026-03-24 04:00:13 +03:00 committed by GitHub
parent 179bd42806
commit 0d55c9c78e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,8 +49,8 @@ interface SeriesContentProps {
mal_id?: number; mal_id?: number;
external_ids?: { external_ids?: {
mal_id?: number; mal_id?: number;
seasons?: Array<{ season: number; poster?: string; }>;
} }
seasons?: Array<{ season: number; poster?: string; }>;
}; };
imdbId?: string; // IMDb ID for Trakt sync imdbId?: string; // IMDb ID for Trakt sync
} }