mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-13 05:18:26 -05:00
Fix erroneous cache key for miscTags
This commit is contained in:
@@ -174,7 +174,7 @@ def getPerformer(p):
|
||||
performer_cache[p['id']] = p2
|
||||
log.debug(performer_cache)
|
||||
return p2
|
||||
return performer_cache[p]
|
||||
return performer_cache[p['id']]
|
||||
|
||||
|
||||
def processGroupMakeup(tag_strings, makeup_label, count, scene, tags):
|
||||
|
||||
Reference in New Issue
Block a user