Changed next page determination to ensure --after is followed even if there are no unique releases.
This commit is contained in:
@@ -44,8 +44,8 @@ function scrapeScene({ query }, channel) {
|
||||
return release;
|
||||
}
|
||||
|
||||
async function fetchLatestLocal(channel, page) {
|
||||
return fetchLatest(channel, page, true);
|
||||
async function fetchLatestLocal(channel, page, include, preData) {
|
||||
return fetchLatest(channel, page, include, preData, true);
|
||||
}
|
||||
|
||||
async function fetchScene(url, channel) {
|
||||
|
||||
Reference in New Issue
Block a user