mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -04:00
Fix details page issue
This commit is contained in:
parent
4bb992fc67
commit
eeb111dd9e
@ -68,6 +68,11 @@ export const EpisodeLine = ({
|
|||||||
thumbnail,
|
thumbnail,
|
||||||
overview,
|
overview,
|
||||||
isLoading,
|
isLoading,
|
||||||
|
id,
|
||||||
|
absoluteNumber,
|
||||||
|
episodeNumber,
|
||||||
|
seasonNumber,
|
||||||
|
releaseDate,
|
||||||
...props
|
...props
|
||||||
}: WithLoading<{
|
}: WithLoading<{
|
||||||
slug: string;
|
slug: string;
|
||||||
@ -75,6 +80,11 @@ export const EpisodeLine = ({
|
|||||||
name: string | null;
|
name: string | null;
|
||||||
overview: string | null;
|
overview: string | null;
|
||||||
thumbnail?: string | null;
|
thumbnail?: string | null;
|
||||||
|
absoluteNumber: number | null,
|
||||||
|
episodeNumber: number | null,
|
||||||
|
seasonNumber: number | null,
|
||||||
|
releaseDate: Date | null,
|
||||||
|
id: number,
|
||||||
}> &
|
}> &
|
||||||
Stylable) => {
|
Stylable) => {
|
||||||
const { css } = useYoshiki();
|
const { css } = useYoshiki();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user