diff --git a/frontend/src/components/NowPlaying.tsx b/frontend/src/components/NowPlaying.tsx index a635664..40a92b1 100644 --- a/frontend/src/components/NowPlaying.tsx +++ b/frontend/src/components/NowPlaying.tsx @@ -63,12 +63,12 @@ const NowPlaying: React.FC = (props) => {
Screen Sharing
) : ( -
-
+
+
{props.songName}
{props.fileName}
-
+
{props.timePosition && props.duration ? (props.seekable ? `${formatTime(props.timePosition)} / ${formatTime(props.duration)}` : `${formatTime(props.timePosition)}` )