diff --git a/www/common/inner/common-modal.js b/www/common/inner/common-modal.js index 2226c7b9b..7bbe7bdbc 100644 --- a/www/common/inner/common-modal.js +++ b/www/common/inner/common-modal.js @@ -61,9 +61,9 @@ define([ // If this is a file, don't try to look for metadata if (opts.channel && opts.channel.length > 32) { return; } - if (opts.channel) { data.channel = opts.channel; } Modal.loadMetadata(Env, data, waitFor); }).nThen(function () { + if (opts.channel) { data.channel = opts.channel; } cb(void 0, data); }); };