]> git.proxmox.com Git - proxmox-backup.git/commit
file-restore: remove 'json-error' parameter from list_files
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 27 May 2022 08:22:03 +0000 (10:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Oct 2022 17:34:00 +0000 (19:34 +0200)
commitba690c402394c8fd8a9a21663730031b0772f20c
treef8770784b5a1bf45cbcc90be86395a5bf4517308
parent1053a71e8148258e9469294658762bc31b27b9f6
file-restore: remove 'json-error' parameter from list_files

we can reuse the 'output_format' here
also remove the 'error: true' here. we can determine it was an error,
by checking if it's an object with a 'message' property

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
proxmox-file-restore/src/main.rs