diff --git a/ui/js/component/video/internal/loading-screen.jsx b/ui/js/component/video/internal/loading-screen.jsx index 591bc0f9f..2698e824e 100644 --- a/ui/js/component/video/internal/loading-screen.jsx +++ b/ui/js/component/video/internal/loading-screen.jsx @@ -1,11 +1,11 @@ import React from "react"; const LoadingScreen = ({ status }) => -
-
-
+
+
+
-
+
{status}
diff --git a/ui/js/component/video/internal/play-button.jsx b/ui/js/component/video/internal/play-button.jsx index 5eb98726f..69834a599 100644 --- a/ui/js/component/video/internal/play-button.jsx +++ b/ui/js/component/video/internal/play-button.jsx @@ -22,7 +22,6 @@ class VideoPlayButton extends React.Component { const { button, label, - className, metadata, metadata: { title }, uri, diff --git a/ui/js/component/video/view.jsx b/ui/js/component/video/view.jsx index ec2468dd9..b9b4ec8e9 100644 --- a/ui/js/component/video/view.jsx +++ b/ui/js/component/video/view.jsx @@ -68,7 +68,6 @@ class Video extends React.Component { poster={poster} downloadPath={fileInfo.download_path} mediaType={mediaType} - poster={poster} />)} {!isPlaying &&