diff --git a/web/src/component/FileDialog.js b/web/src/component/FileDialog.js index 731afea..5085619 100644 --- a/web/src/component/FileDialog.js +++ b/web/src/component/FileDialog.js @@ -11,7 +11,17 @@ function FileDialog(props) { return ( -

{props.file.filename}

+

{ + props.setPlayingFile(props.file); + props.setShowStatus(false); + }} + > + {props.file.filename} +

Play: play using browser player.