mirror of
https://github.com/YACReader/yacreader
synced 2025-12-02 07:22:49 -05:00
Use compact json in responses.
This commit is contained in:
@ -42,5 +42,5 @@ void ComicFullinfoController_v2::serviceContent(const int &libraryId, const qulo
|
||||
|
||||
QJsonDocument output(json);
|
||||
|
||||
response.write(output.toJson());
|
||||
response.write(output.toJson(QJsonDocument::Compact));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user