mirror of
https://github.com/YACReader/yacreader
synced 2025-11-12 21:12:43 -05:00
Use compact json in responses.
This commit is contained in:
@ -37,5 +37,5 @@ void ReadingListsControllerV2::serviceContent(const int library, HttpResponse &r
|
||||
|
||||
QJsonDocument output(items);
|
||||
|
||||
response.write(output.toJson());
|
||||
response.write(output.toJson(QJsonDocument::Compact));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user