bug fix
This commit is contained in:
parent
11b2e98a30
commit
df59c5d1ee
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue