diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 54ad2096c..ff604b189 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -53,6 +53,7 @@ define([ data.name = file.metadata.name; data.url = href; + data.password = file.password; if (file.metadata.type.slice(0,6) === 'image/') { data.mediatag = true; }