mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Update comic url to use v2.
This should be replaced with json and the url shouldl be built in the client side.
This commit is contained in:
parent
3cb6e2cd85
commit
701817d76b
@ -34,7 +34,7 @@ void FolderInfoControllerV2::serviceComics(const int &library, const qulonglong
|
|||||||
for(QList<LibraryItem *>::const_iterator itr = folderComics.constBegin();itr!=folderComics.constEnd();itr++)
|
for(QList<LibraryItem *>::const_iterator itr = folderComics.constBegin();itr!=folderComics.constEnd();itr++)
|
||||||
{
|
{
|
||||||
currentComic = (ComicDB *)(*itr);
|
currentComic = (ComicDB *)(*itr);
|
||||||
response.write(QString("/library/%1/comic/%2:%3:%4:%5:%6\r\n")
|
response.write(QString("/v2/library/%1/comic/%2:%3:%4:%5:%6\r\n")
|
||||||
.arg(library)
|
.arg(library)
|
||||||
.arg(currentComic->id)
|
.arg(currentComic->id)
|
||||||
.arg(currentComic->getFileName())
|
.arg(currentComic->getFileName())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user