mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Fix reading comics controller
This commit is contained in:
@ -35,5 +35,7 @@ void ReadingComicsControllerV2::serviceContent(const int &library, HttpResponse
|
||||
comics.append(YACReaderServerDataHelper::comicToJSON(library, comic));
|
||||
}
|
||||
|
||||
response.write(comics.toJson());
|
||||
QJsonDocument output(comics);
|
||||
|
||||
response.write(output.toJson());
|
||||
}
|
||||
|
Reference in New Issue
Block a user