mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Use compact json in responses.
This commit is contained in:
@ -37,5 +37,5 @@ void ReadingComicsControllerV2::serviceContent(const int &library, HttpResponse
|
||||
|
||||
QJsonDocument output(comics);
|
||||
|
||||
response.write(output.toJson());
|
||||
response.write(output.toJson(QJsonDocument::Compact));
|
||||
}
|
||||
|
Reference in New Issue
Block a user