diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/imagedownloader.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/imagedownloader.cpp b/core/imagedownloader.cpp index 62308fb5d..05900c40d 100644 --- a/core/imagedownloader.cpp +++ b/core/imagedownloader.cpp @@ -89,6 +89,8 @@ static void loadPicture(struct picture *picture, bool fromHash) if (queuedPictures.contains(QString(picture->filename))) return; queuedPictures.insert(QString(picture->filename)); + locker.unlock(); + ImageDownloader download(picture); download.load(fromHash); } |