Added /tour filter to affiliate link composition. Added note to scene tag edit field.

This commit is contained in:
2026-03-06 05:13:21 +01:00
parent 16bf7b019f
commit c55f6d2cf2
3 changed files with 7 additions and 2 deletions

View File

@@ -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',