mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 09:25:07 +01:00
Misc bug fixes
This commit is contained in:
parent
e529916805
commit
b06f27eb97
@ -111,7 +111,7 @@ export function MovieView(props) {
|
||||
return (
|
||||
<div className={`cardView showType-${streamData.type}`}>
|
||||
<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>
|
||||
|
||||
<Card fullWidth>
|
||||
|
Loading…
Reference in New Issue
Block a user