mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Make comicdownloadinfocontroller_v2 provide all the needed information.
This commit is contained in:
parent
dba264c31f
commit
0100da5480
@ -23,5 +23,6 @@ void ComicDownloadInfoControllerV2::service(HttpRequest& request, HttpResponse&
|
||||
//TODO: check if the comic wasn't found;
|
||||
response.write(QString("fileName:%1\r\n").arg(comic.getFileName()).toUtf8());
|
||||
response.write(QString("fileSize:%1\r\n").arg(comic.getFileSize()).toUtf8());
|
||||
response.write(QString("hash:%1\r\n").arg(comic.info.hash).toUtf8(),true);
|
||||
response.write(QString("libraryId:%1\r\n").arg(libraryId).toUtf8());
|
||||
response.write(comic.toTXT().toUtf8(),true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user