From a3cfbb672202cfcb2055d2dbad3e31483b066e04 Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Thu, 3 Jun 2021 01:41:45 -0400 Subject: [PATCH] remove now playing because I do not handle autoadvance properly yet --- web/src/components/RecordingPlaylist.jsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/web/src/components/RecordingPlaylist.jsx b/web/src/components/RecordingPlaylist.jsx index 1d4a4fe3c..73e9acf11 100644 --- a/web/src/components/RecordingPlaylist.jsx +++ b/web/src/components/RecordingPlaylist.jsx @@ -28,18 +28,11 @@ export default function RecordingPlaylist({ camera, recordings, selectedDate, se i === 0 ? 'border-t border-white border-opacity-50' : '' }`} > - {selectedDate === recording.date && selectedHour === item.hour ? ( - -
{item.hour}:00
-
Now Playing
-
- ) : ( -
- - {item.hour}:00 - -
- )} +
+ + {item.hour}:00 + +
{item.events.length} Events
{item.events.map((event) => (