mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-14 18:35:09 +01:00
Misc bug fixes
This commit is contained in:
parent
e529916805
commit
b06f27eb97
@ -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 New Issue
Block a user