diff --git a/connector/syncthingconnection_requests.cpp b/connector/syncthingconnection_requests.cpp index 45b0ee3..a81a7e2 100644 --- a/connector/syncthingconnection_requests.cpp +++ b/connector/syncthingconnection_requests.cpp @@ -2101,7 +2101,9 @@ void SyncthingConnection::readRemoteIndexUpdated(DateTime eventTime, const QJson if (completionFromDevInfo) { completionFromDevInfo->requested = true; } - requestCompletion(devId, dirId); + if (devInfo && dirInfo && !devInfo->paused && !dirInfo->paused) { + requestCompletion(devId, dirId); + } } /*!