mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Use compact json in responses.
This commit is contained in:
@ -37,5 +37,5 @@ void ReadingListContentControllerV2::serviceContent(const int &library, const qu
|
||||
|
||||
QJsonDocument output(items);
|
||||
|
||||
response.write(output.toJson());
|
||||
response.write(output.toJson(QJsonDocument::Compact));
|
||||
}
|
||||
|
Reference in New Issue
Block a user