Fixed Bug 61315 - Files.Convert. Fixed duplicate files in the list after conversion

This commit is contained in:
Nikita Gopienko 2023-02-22 14:07:29 +03:00
parent ef618f534e
commit 5784da44ca

View File

@ -491,6 +491,7 @@ class UploadDataStore {
file.error = error;
file.convertProgress = progress;
file.inConversion = false;
file.fileInfo = fileInfo;
if (error.indexOf("password") !== -1) {
file.needPassword = true;