Added /tour filter to affiliate link composition. Added note to scene tag edit field.
This commit is contained in:
@@ -262,6 +262,7 @@ const fields = computed(() => [
|
||||
type: 'tags',
|
||||
value: scene.value.tags.toSorted((tagA, tagB) => tagA.name.localeCompare(tagB.name)),
|
||||
simplify: false,
|
||||
note: 'Actor-specific tags should only be used where confusion is reasonable, such as group scenes in which some perform anal, and some don\'t.',
|
||||
},
|
||||
{
|
||||
key: 'movies',
|
||||
|
||||
Reference in New Issue
Block a user