From f070542c5d13db0664e1b0a5e387f9abc252cd18 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Mon, 6 Apr 2020 12:05:28 +0100 Subject: [PATCH] Remove out times (not implemented) and extra LOADING --- src/showplanner/Player.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/showplanner/Player.tsx b/src/showplanner/Player.tsx index cefa67f..3958d69 100644 --- a/src/showplanner/Player.tsx +++ b/src/showplanner/Player.tsx @@ -141,10 +141,6 @@ export function Player({ id }: { id: number }) { - in )} - out - 00:00:00 - {playerState.loadedItem !== null && playerState.timeLength === 0 && ( - LOADING - )}