Drastic actor page redesign. Storing one avatar per actor, other profile photos as 'photo' role; no longer assuming first photo is avatar.

This commit is contained in:
2019-11-28 05:36:22 +01:00
parent 884ef248e4
commit 4be508b388
300 changed files with 1110 additions and 213 deletions

View File

@@ -36,7 +36,7 @@ const { argv } = yargs
})
.option('url', {
describe: 'Scrape scene info from URL',
type: 'string',
type: 'array',
alias: 'fetch',
})
.option('after', {