mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 08:14:29 -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