Fixed cover dimensions on movie tile to show lazy image, showing missing cover icon.
This commit is contained in:
@@ -119,8 +119,6 @@ function scrapeScene(html, site, url) {
|
||||
}
|
||||
|
||||
async function fetchLatest(site, page = 1) {
|
||||
console.log(site.parameters);
|
||||
|
||||
const url = `${site.parameters?.latest || site.url}?page=${page}`;
|
||||
const res = await http.get(url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user