mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Fix reading comics controller
This commit is contained in:
parent
d7d741f87e
commit
4c91da82a9
@ -35,5 +35,7 @@ void ReadingComicsControllerV2::serviceContent(const int &library, HttpResponse
|
|||||||
comics.append(YACReaderServerDataHelper::comicToJSON(library, comic));
|
comics.append(YACReaderServerDataHelper::comicToJSON(library, comic));
|
||||||
}
|
}
|
||||||
|
|
||||||
response.write(comics.toJson());
|
QJsonDocument output(comics);
|
||||||
|
|
||||||
|
response.write(output.toJson());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user