mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user