diff options
Diffstat (limited to 'apps/files_trashbin/src/services/trashbin.ts')
-rw-r--r-- | apps/files_trashbin/src/services/trashbin.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/src/services/trashbin.ts b/apps/files_trashbin/src/services/trashbin.ts index 2be4c39dbfc..6592857b2a3 100644 --- a/apps/files_trashbin/src/services/trashbin.ts +++ b/apps/files_trashbin/src/services/trashbin.ts @@ -53,7 +53,7 @@ const data = `<?xml version="1.0"?> const resultToNode = function(node: FileStat): File | Folder { const permissions = parseWebdavPermissions(node.props?.permissions) const owner = getCurrentUser()?.uid as string - const previewUrl = generateUrl('/apps/files_trashbin/preview?fileId={fileid}', node.props) + const previewUrl = generateUrl('/apps/files_trashbin/preview?fileId={fileid}x=32&y=32', node.props) const nodeData = { id: node.props?.fileid as number || 0, |