Merge pull request #14719 from nextcloud/fix/14639/fix_preview_size_trash
Use higher preview resolution in trashbin
This commit is contained in:
commit
6c856ac588
|
@ -85,8 +85,8 @@ class PreviewController extends Controller {
|
||||||
*/
|
*/
|
||||||
public function getPreview(
|
public function getPreview(
|
||||||
int $fileId,
|
int $fileId,
|
||||||
int $x = 44,
|
int $x = 128,
|
||||||
int $y = 44
|
int $y = 128
|
||||||
) {
|
) {
|
||||||
|
|
||||||
if ($x === 0 || $y === 0) {
|
if ($x === 0 || $y === 0) {
|
||||||
|
|
Loading…
Reference in New Issue