0.1.4
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Helper\ZhConversion;
|
||||
use App\Jobs\ComicInsert;
|
||||
use App\Jobs\ComicUpsert;
|
||||
use App\Jobs\ImageUpsert;
|
||||
use App\Jobs\RemotePrefetch;
|
||||
@@ -224,7 +223,7 @@ class ComicController extends Controller
|
||||
$offset = $request->header('offset', 0);
|
||||
|
||||
$comic = $this->copyManga->comic($pathword);
|
||||
$chapters = $this->copyManga->chapters($pathword, 200, $offset, [], $request->get('group', 'default'));
|
||||
$chapters = $this->copyManga->chapters($pathword, 200, $offset, [], $request->get('group', 'default'), $request->get('reload', false));
|
||||
|
||||
// Get the comic object and fill other parameters
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user