Skip to content

Commit dcea17f

Browse files
committed
addStashVRCompanionTags was splet with Vr and VR updated to be consistent with VR so process would run
1 parent aaa38a3 commit dcea17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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,
@@ -52,7 +52,7 @@ def processScene(scene):
5252
if tags_cache[skip_tag] not in [x["id"] for x in scene["tags"]]:
5353
tags = []
5454
update = False
55-
if settings["addStashVrCompanionTags"]:
55+
if settings["addStashVRCompanionTags"]:
5656
processStashVRCompanionTags(scene, tags)
5757
log.debug(tags)
5858
if settings["addVRTags"]:

0 commit comments

Comments
 (0)