chore: prettier

This commit is contained in:
Adrian Castro
2024-02-12 19:04:04 +01:00
parent 68ff77ec99
commit a397974325

View File

@@ -164,7 +164,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
<Header <Header
title={ title={
headerInfo.season && headerInfo.episode headerInfo.season && headerInfo.episode
? `${headerInfo.title} S${headerInfo.season.toString().padStart(2, '0')}E${headerInfo.episode.toString().padStart(2, '0')}` ? `${headerInfo.title} S${headerInfo.season.toString().padStart(2, "0")}E${headerInfo.episode.toString().padStart(2, "0")}`
: headerInfo.title : headerInfo.title
} }
/> />