mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-04 16:47:40 +01:00
Misc bug fixes
This commit is contained in:
parent
e529916805
commit
b06f27eb97
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ export function MovieView(props) {
|
||||||
return (
|
return (
|
||||||
<div className={`cardView showType-${streamData.type}`}>
|
<div className={`cardView showType-${streamData.type}`}>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{streamData.title}{streamData.type === 'show' && ` | S${season}E${episode}`} | movie-web</title>
|
<title>{streamData.title}{streamData.type === 'show' ? ` | S${season}E${episode}` : ''} | movie-web</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
|
|
||||||
<Card fullWidth>
|
<Card fullWidth>
|
||||||
|
|
Loading…
Reference in a new issue