{ favorited = stash.id === currentStash.id ? true : favorited; }"
@unstashed="(stash) => { favorited = stash.id === currentStash.id ? false : favorited; }"
/>
{{ scene.title }}
{{ priorityTags.join(' & ') }} scene
Scene
with {{ scene.actors.map((actor) => actor.name).join(', ') }}