mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-06 21:23:14 +00:00
Fix show slug in news page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user