summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js
index 0b4a12b..ac38f73 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -976,7 +976,7 @@ var FileList = function (_Component) {
{ 'class': 'link', onClick: function onClick() {
return _onClick(file);
} },
- '(file.name || file.url)'
+ file.name || file.url
)
),
(0, _preact.h)(
@@ -3972,7 +3972,6 @@ var SampleRNNDatasets = function (_Component) {
_api.parser.parse(url, function (media) {
if (!media) return;
console.log('media', media);
- return;
var folder = _this2.props.samplernn.folder;
_this2.props.actions.file.create({
folder_id: folder.id,
@@ -3981,6 +3980,7 @@ var SampleRNNDatasets = function (_Component) {
epoch: 0,
processed: false,
generated: false,
+ opt: media,
url: url
});
});