summaryrefslogtreecommitdiff
path: root/app/client/modules/samplernn/samplernn.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-03 19:53:33 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-03 19:53:33 +0200
commitc05a918de5f52b0333da4ab3e96b0a76611fe101 (patch)
tree29c1add9be77834de1b4a2c56fded77b4968005a /app/client/modules/samplernn/samplernn.reducer.js
parent167c45fdf39c7566906a562522981b7335284ad2 (diff)
abstract this ugly datasets code!!
Diffstat (limited to 'app/client/modules/samplernn/samplernn.reducer.js')
-rw-r--r--app/client/modules/samplernn/samplernn.reducer.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js
index 4084d48..d91d64d 100644
--- a/app/client/modules/samplernn/samplernn.reducer.js
+++ b/app/client/modules/samplernn/samplernn.reducer.js
@@ -33,6 +33,9 @@ const samplernnReducer = (state = samplernnInitialState, action) => {
...state,
}
+ // so now the last thing is to figure out how to access things inside these datasets
+ // and rebuild them if need be, considering this is SUPER awkward inside of redux.
+
case types.folder.create:
if (action.data.module === 'samplernn') {
return {