diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-17 23:49:03 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-17 23:49:03 +0100 |
| commit | 591ab4ede020e8169953b333b547fff767618257 (patch) | |
| tree | c35e4cbdca88d2d2839709f0ee756638bad64274 /app/client | |
| parent | 94b7cb6540ee6e3d2a0f42beba3bbf28165efb77 (diff) | |
uprez
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js b/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js index b26eae9..359b927 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js @@ -96,6 +96,7 @@ class Pix2pixHDUprez extends Component { this.props.remote.uprez_task({ is_result: true, dataset: file.name, + folder_id: this.props.pix2pixhd.data.resultsFolder.id, ...opt }) } |
