This commit is contained in:
Piotr Filiciak 2016-05-24 12:43:43 +02:00
parent 11b2e98a30
commit df59c5d1ee
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ OCA.Sharing.PublicApp = {
img.attr('width', 128);
img.appendTo('#imgframe');
}
else {
else if (previewSupported === 'true') {
$('#imgframe > video').attr('poster', OC.filePath('files_sharing', 'ajax', 'publicpreview.php') + '?' + OC.buildQueryString(params));
}