mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix show slug in news page
This commit is contained in:
parent
8b2c0f732f
commit
2067a58c70
@ -57,7 +57,7 @@ export const NewsList = () => {
|
||||
<EpisodeBox
|
||||
isLoading={x.isLoading as any}
|
||||
slug={x.slug}
|
||||
showSlug={x.kind === "episode" ? x.showId : null}
|
||||
showSlug={x.kind === "episode" ? x.show!.slug : null}
|
||||
name={x.kind === "episode" ? `${x.show!.name} ${episodeDisplayNumber(x)}` : undefined}
|
||||
overview={x.name}
|
||||
thumbnail={x.thumbnail}
|
||||
|
Loading…
x
Reference in New Issue
Block a user