Fixed banner seed.

This commit is contained in:
DebaucheryLibrarian
2026-02-01 22:57:20 +01:00
parent 8438d2e3b3
commit 7386aa9da7
4 changed files with 20 additions and 9 deletions

View File

@@ -140,6 +140,8 @@ async function scrapeScene({ query }, { url, include }) {
};
}
console.log(release.trailer);
const channelSlug = slugify(query.content('.project-tags a[href*="collection/"]'), '');
release.channel = channelMap[channelSlug] || channelSlug;