Download older chapters (as shown on MangaDex) first

This commit is contained in:
Alex Ling 2020-03-11 19:26:23 +00:00
parent 4def23a5cf
commit c355c67415
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class APIRouter < Router
chapter["full_title"].as_s,
chapter["manga_title"].as_s,
MangaDex::JobStatus::Pending,
Time.utc
Time.unix chapter["time"].as_s.to_i
)
}
inserted_count = @context.queue.push jobs

View File

@ -15,7 +15,7 @@
<th>Chapter</th>
<th>Manga</th>
<th>Progress</th>
<th>Time Submitted</th>
<th>Time</th>
<th>Status</th>
<th>Actions</th>
</tr>