Fixed cover dimensions on movie tile to show lazy image, showing missing cover icon.

This commit is contained in:
DebaucheryLibrarian
2022-02-09 00:19:54 +01:00
parent 93abbab873
commit c4f0b48932
3 changed files with 26 additions and 9 deletions

View File

@@ -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);