Finished Cum Louder scraper, updated Vixen scraper. Added tag posters.

This commit is contained in:
DebaucheryLibrarian
2021-08-17 19:25:10 +02:00
parent 715e44cf21
commit f00e37490c
30 changed files with 34 additions and 22 deletions

View File

@@ -221,8 +221,6 @@ function initUiActions(store, _router) {
userId: store.state.auth.user?.id,
});
console.log(res.results);
return {
releases: res?.results.map(result => curateRelease(result.release)) || [],
actors: res?.actors.map(actor => curateActor(actor)) || [],