added sync back reading progress for remote reading

added covers to remote folders (it could cause performance issues)
added read next/previous to remote reading
This commit is contained in:
Luis Ángel San Martín
2014-07-30 18:28:01 +02:00
parent 093b2b0cb1
commit d584fc2879
13 changed files with 120 additions and 8 deletions

View File

@ -97,9 +97,9 @@ void ComicController::service(HttpRequest& request, HttpResponse& response)
{
//ERROR
}
response.writeText(comic.toTXT(),true);
qDeleteAll(siblings);
}
response.writeText(comic.toTXT(),true);
}
else
{