Ponce found a bug
This commit is contained in:
parent
7a27a0c6f4
commit
4e928325da
2
QHotkey
2
QHotkey
@ -1 +1 @@
|
|||||||
Subproject commit 9eace8fbbd8dede95db623eea5e25403fd59b490
|
Subproject commit 2578b69dc51e3786402777e650181c5735015e1a
|
@ -173,7 +173,8 @@ QJsonObject recurseAndReplace(QJsonObject &body, QByteArray &data, QString conte
|
|||||||
if (str.startsWith("/") && str.endsWith("/")) {
|
if (str.startsWith("/") && str.endsWith("/")) {
|
||||||
o.insert(s, str.replace("%image", data).replace("%contenttype", contentType));
|
o.insert(s, str.replace("%image", data).replace("%contenttype", contentType));
|
||||||
}
|
}
|
||||||
}
|
} else
|
||||||
|
o.insert(s, v);
|
||||||
}
|
}
|
||||||
return o;
|
return o;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user