From 64e8c03dea044752bf3f2f228462721fe565f950 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 19 Jul 2017 00:50:05 +0200 Subject: refactor all the worker stuff --- client/components/UI/AudioPlayerView.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/components/UI/AudioPlayerView.jsx') diff --git a/client/components/UI/AudioPlayerView.jsx b/client/components/UI/AudioPlayerView.jsx index 62745ed..d2c9982 100644 --- a/client/components/UI/AudioPlayerView.jsx +++ b/client/components/UI/AudioPlayerView.jsx @@ -8,14 +8,14 @@ export default function AudioPlayerView (props) { audio.src = mp3path(props.file) audio.play() return ( -
+
Playing {props.file.name}
) } else { return ( -
+
Not Playing
) -- cgit v1.2.3-70-g09d2