mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 12:25:32 -04:00
Download older chapters (as shown on MangaDex) first
This commit is contained in:
parent
4def23a5cf
commit
c355c67415
@ -113,7 +113,7 @@ class APIRouter < Router
|
|||||||
chapter["full_title"].as_s,
|
chapter["full_title"].as_s,
|
||||||
chapter["manga_title"].as_s,
|
chapter["manga_title"].as_s,
|
||||||
MangaDex::JobStatus::Pending,
|
MangaDex::JobStatus::Pending,
|
||||||
Time.utc
|
Time.unix chapter["time"].as_s.to_i
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
inserted_count = @context.queue.push jobs
|
inserted_count = @context.queue.push jobs
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<th>Chapter</th>
|
<th>Chapter</th>
|
||||||
<th>Manga</th>
|
<th>Manga</th>
|
||||||
<th>Progress</th>
|
<th>Progress</th>
|
||||||
<th>Time Submitted</th>
|
<th>Time</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user