fix incorrect merge conflict resolution

This commit is contained in:
skier233 2024-07-12 08:39:30 -04:00
parent d8a5d9f2b2
commit a3f10ea1fa
2 changed files with 4 additions and 1 deletions

View File

@ -182,6 +182,9 @@ async def __tag_images(images):
async def __tag_scene(scene):
async with semaphore:
scenePath = scene['files'][0]['path']
mutated_path = scenePath
for key, value in config.path_mutation.items():
mutated_path = mutated_path.replace(key, value)
sceneId = scene['id']
log.debug("files result:" + str(scene['files'][0]))
phash = scene['files'][0].get('fingerprint', None)

View File

@ -1,6 +1,6 @@
name: AI Tagger
description: Tag videos and Images with Locally hosted AI using Skier's Patreon AI models
version: 1.5
version: 1.6
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/AITagger
exec:
- python