mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 18:13:24 +00:00
Misc bug fixes
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user