From afcdd2271ea7c0e5738cc627481165fe2fd2ab7c Mon Sep 17 00:00:00 2001 From: 6ea86b96 <6ea86b96@gmail.com> Date: Sun, 11 Jun 2017 00:07:28 +0700 Subject: [PATCH 1/3] Catch and render files with metadata at the end. Also notify if a file is unplayable --- .../video/internal/loading-screen.jsx | 4 +- ui/js/component/video/internal/player.jsx | 81 +++++++++++++++++-- ui/js/component/video/view.jsx | 1 + 3 files changed, 77 insertions(+), 9 deletions(-) diff --git a/ui/js/component/video/internal/loading-screen.jsx b/ui/js/component/video/internal/loading-screen.jsx index 2698e824e..3b5f70294 100644 --- a/ui/js/component/video/internal/loading-screen.jsx +++ b/ui/js/component/video/internal/loading-screen.jsx @@ -1,9 +1,9 @@ import React from "react"; -const LoadingScreen = ({ status }) => +const LoadingScreen = ({ status, spinner = true }) =>