Allowing release scrapers to return actor details. Added True Amateurs.

This commit is contained in:
2020-02-09 23:25:54 +01:00
parent 739d2de297
commit 139f0ce7cb
62 changed files with 47 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ async function fetchClassic(site, page) {
}
async function fetchLatestWrap(site, page = 1) {
if (site.parameters && site.parameters.classic) {
if (site.parameters?.classic) {
return fetchClassic(site, page);
}