[plugins/miscTags] VRCompanionTags Not running (#541)

Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
This commit is contained in:
oz labrat
2025-05-16 09:54:44 +10:00
committed by GitHub
parent f37913d2ad
commit 401d3b4130
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ per_page = 100
skip_tag = "[MiscTags: Skip]"
# Defaults if nothing has changed in the stash ui
settings = {"addStashVrCompanionTags": False,
settings = {"addStashVRCompanionTags": False,
"addVRTags": False,
"addSoloTags": True,
"addThreesomeTags": True,
@@ -53,7 +53,7 @@ def processScene(scene):
if tags_cache[skip_tag] not in [x["id"] for x in scene["tags"]]:
tags = []
update = False
if settings["addStashVrCompanionTags"]:
if settings["addStashVRCompanionTags"]:
processStashVRCompanionTags(scene, tags)
log.debug(tags)
if settings["addVRTags"]:

View File

@@ -1,6 +1,6 @@
name: Misc Tags
description: Add extra tags for VR and other ues
version: 0.4
version: 0.4.1
url: https://github.com/stashapp/CommunityScripts/
exec:
- python