Redundant actor sources can now be bundled in configuration. Fixed Men network actor path.

This commit is contained in:
2020-02-01 04:14:08 +01:00
parent 5ff916475a
commit cde9aba0cb
4 changed files with 37 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
const { fetchScene, fetchLatest, fetchProfile } = require('./mindgeek');
async function networkFetchProfile(actorName) {
return fetchProfile(actorName, 'men');
return fetchProfile(actorName, 'men', 'modelprofile');
}
module.exports = {