mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Make play button for series work
This commit is contained in:
parent
7ebe0adace
commit
5acd231292
@ -71,7 +71,8 @@ export const ShowDetails: QueryPage<{ slug: string; season: string }> = ({ slug,
|
||||
props,
|
||||
)}
|
||||
>
|
||||
<Header slug={slug} query={query(slug)} />
|
||||
{/* TODO: Remove the slug quickfix for the play button */}
|
||||
<Header slug={`${slug}-s1e1`} query={query(slug)} />
|
||||
{/* <Staff slug={slug} /> */}
|
||||
<SvgWave
|
||||
fill={theme.variant.background}
|
||||
|
Loading…
x
Reference in New Issue
Block a user