mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed ComicDownloadInfoController 'comicName' -> 'fileName'
This commit is contained in:
parent
529a3b36e5
commit
c118da91e6
@ -19,6 +19,6 @@ void ComicDownloadInfoController::service(HttpRequest& request, HttpResponse& re
|
|||||||
ComicDB comic = DBHelper::getComicInfo(libraryId, comicId);
|
ComicDB comic = DBHelper::getComicInfo(libraryId, comicId);
|
||||||
|
|
||||||
//TODO: check if the comic wasn't found;
|
//TODO: check if the comic wasn't found;
|
||||||
response.writeText(QString("comicName:%1\r\n").arg(comic.getFileName()));
|
response.writeText(QString("fileName:%1\r\n").arg(comic.getFileName()));
|
||||||
response.writeText(QString("fileSize:%1\r\n").arg(comic.getFileSize()),true);
|
response.writeText(QString("fileSize:%1\r\n").arg(comic.getFileSize()),true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user