Removed studio assignment from PornBox, studios are indexed as channels now.

This commit is contained in:
DebaucheryLibrarian 2026-02-01 01:35:03 +01:00
parent 2e20e0344a
commit a56e2a608e
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ async function scrapeScene(data, channel, include) {
release.qualities = [2160];
}
release.studio = slugify(data.studio, '');
// release.studio = slugify(data.studio, '');
return release;
}