diff --git a/src/MxcImageProvider.cpp b/src/MxcImageProvider.cpp
index 8f930c1aab67804053ee0162453ade67fc627d45..05c2bbe722add3357d7a25a3eae6e096053cdde5 100644
--- a/src/MxcImageProvider.cpp
+++ b/src/MxcImageProvider.cpp
@@ -181,7 +181,7 @@ MxcImageProvider::download(const QString &id,
                              .arg(requestedSize.width())
                              .arg(requestedSize.height())
                              .arg(crop ? "crop" : "scale")
-                             .arg(cropLocally ? 0 : radius);
+                             .arg(radius);
         QFileInfo fileInfo(QStandardPaths::writableLocation(QStandardPaths::CacheLocation) +
                              "/media_cache",
                            fileName);