forked from DebaucheryLibrarian/traxxx
Added selectable tag function for actors. Implemented experimental filtering by tag.
This commit is contained in:
@@ -2,9 +2,25 @@ export default {
|
||||
api: {
|
||||
url: `${window.location.origin}/api`,
|
||||
},
|
||||
filename: {
|
||||
pattern: '{site.name} - {title} ({actors.$n.name}, {date} {shootId})',
|
||||
separator: ', ',
|
||||
date: 'DD-MM-YYYY',
|
||||
},
|
||||
selectableTags: [
|
||||
'airtight',
|
||||
'anal',
|
||||
'blowjob',
|
||||
'creampie',
|
||||
'deepthroat',
|
||||
'double-anal',
|
||||
'double-penetration',
|
||||
'double-vaginal',
|
||||
'facefucking',
|
||||
'facial',
|
||||
'fisting',
|
||||
'gaping',
|
||||
'gangbang',
|
||||
'lesbian',
|
||||
'mff',
|
||||
'mfm',
|
||||
'orgy',
|
||||
'pov',
|
||||
'squirting',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user