From 2b837a59ac17a0178e7ea2644d69c083682622f9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 9 Jan 2020 21:24:47 +0100 Subject: receive updates from app --- app/client/modules/biggan/biggan.actions.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'app/client/modules') diff --git a/app/client/modules/biggan/biggan.actions.js b/app/client/modules/biggan/biggan.actions.js index 10d36ff..cc4211d 100644 --- a/app/client/modules/biggan/biggan.actions.js +++ b/app/client/modules/biggan/biggan.actions.js @@ -155,8 +155,16 @@ export const load_directories = (id) => (dispatch) => { export const load_results = (id) => (dispatch) => { const module = bigganModule.name util.allProgress([ - actions.folder.index({ module, name: 'results' }), - actions.file.index({ module, generated: 1, limit: 250 }), + actions.folder.index({ + module, + name: 'results' + }), + actions.file.index({ + module, + datatype: 'video', + generated: 1, + limit: 250, + }), // actions.socket.list_directory({ module, dir: 'renders' }), // actions.socket.list_sequences({ module, dir: 'results' }), ], (percent, i, n) => { @@ -181,7 +189,6 @@ export const load_results = (id) => (dispatch) => { export const load_encodings = () => dispatch => { const module = bigganModule.name - console.log(actions) util.allProgress([ actions.folder.index({ module }), actions.file.index({ -- cgit v1.2.3-70-g09d2