Skip to content

Commit 401d3b4

Browse files
[plugins/miscTags] VRCompanionTags Not running (#541)
Co-authored-by: DogmaDragon <[email protected]>
1 parent f37913d commit 401d3b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/miscTags/miscTags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
skip_tag = "[MiscTags: Skip]"
1010

1111
# Defaults if nothing has changed in the stash ui
12-
settings = {"addStashVrCompanionTags": False,
12+
settings = {"addStashVRCompanionTags": False,
1313
"addVRTags": False,
1414
"addSoloTags": True,
1515
"addThreesomeTags": True,
@@ -53,7 +53,7 @@ def processScene(scene):
5353
if tags_cache[skip_tag] not in [x["id"] for x in scene["tags"]]:
5454
tags = []
5555
update = False
56-
if settings["addStashVrCompanionTags"]:
56+
if settings["addStashVRCompanionTags"]:
5757
processStashVRCompanionTags(scene, tags)
5858
log.debug(tags)
5959
if settings["addVRTags"]:

plugins/miscTags/miscTags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Misc Tags
22
description: Add extra tags for VR and other ues
3-
version: 0.4
3+
version: 0.4.1
44
url: https://github.com/stashapp/CommunityScripts/
55
exec:
66
- python

0 commit comments

Comments
 (0)