diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 17:09:33 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 17:09:33 +0200 |
| commit | 034fac1f6b6e4bd41de671b297bf9a5bc4abeed1 (patch) | |
| tree | 1431c1c778fe3640362abd529f2c35e054c2a5d8 /app/client/modules/pix2pixhd/pix2pixhd.actions.js | |
| parent | 09b4d1541e6e06563a40f8829048e4225ed8fcf9 (diff) | |
fetching
Diffstat (limited to 'app/client/modules/pix2pixhd/pix2pixhd.actions.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/pix2pixhd.actions.js | 2 |
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, |
