diff --git a/src/sync.d b/src/sync.d index 525a209d..30768ef0 100644 --- a/src/sync.d +++ b/src/sync.d @@ -2431,9 +2431,6 @@ final class SyncEngine } catch (FileException e) { // display the error message displayFileSystemErrorMessage(e.msg); - // flag that this download failed, otherwise the 'item' is added to the database - then, as not present on the local disk, would get deleted from OneDrive - downloadFailed = true; - return; } } else { // we dont create the directory, but we need to track that we 'faked it'