fix(build): fix build errors

This commit is contained in:
Aiden Vigue
2021-02-27 22:41:35 +00:00
parent f77573c838
commit 508fccae4e
3 changed files with 5 additions and 8 deletions

View File

@@ -431,7 +431,7 @@ const MovieDetails: React.FC<MovieDetailsProps> = ({ movie }) => {
inProgress={
(data.mediaInfo?.downloadStatus4k ?? []).length > 0
}
plexUrl4k={data.mediaInfo?.plexUrl4k}
mediaUrl4k={data.mediaInfo?.mediaUrl4k}
/>
</span>
)}