summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2pixhd/pix2pixhd.actions.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-20 17:09:33 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-20 17:09:33 +0200
commit034fac1f6b6e4bd41de671b297bf9a5bc4abeed1 (patch)
tree1431c1c778fe3640362abd529f2c35e054c2a5d8 /app/client/modules/pix2pixhd/pix2pixhd.actions.js
parent09b4d1541e6e06563a40f8829048e4225ed8fcf9 (diff)
fetching
Diffstat (limited to 'app/client/modules/pix2pixhd/pix2pixhd.actions.js')
-rw-r--r--app/client/modules/pix2pixhd/pix2pixhd.actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.actions.js b/app/client/modules/pix2pixhd/pix2pixhd.actions.js
index 917b375..370597b 100644
--- a/app/client/modules/pix2pixhd/pix2pixhd.actions.js
+++ b/app/client/modules/pix2pixhd/pix2pixhd.actions.js
@@ -154,7 +154,7 @@ export const load_results = (id) => (dispatch) => {
dispatch({
type: types.pix2pixhd.load_results,
results: {
- folder: folders[0],
+ resultsFolder: folders[0],
files,
results,
renders,