mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Copy/Paste issue
This commit is contained in:
parent
571863b15f
commit
f3b0223210
@ -1447,7 +1447,7 @@ void JsonAPI::sendErrorReply(const QString &error, const QStringList& errorDetai
|
|||||||
|
|
||||||
void JsonAPI::sendErrorReply(const QString &error, const QStringList& errorDetails, const QString &command, int tan, InstanceCmd::Type isInstanceCmd)
|
void JsonAPI::sendErrorReply(const QString &error, const QStringList& errorDetails, const QString &command, int tan, InstanceCmd::Type isInstanceCmd)
|
||||||
{
|
{
|
||||||
QJsonObject reply {getBasicCommandReply(true, command, tan , isInstanceCmd)};
|
QJsonObject reply {getBasicCommandReply(false, command, tan , isInstanceCmd)};
|
||||||
reply["error"] = error;
|
reply["error"] = error;
|
||||||
if (!errorDetails.isEmpty())
|
if (!errorDetails.isEmpty())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user