From e5a2455c07f8f4a2c68940eb770fd0fffd89a762 Mon Sep 17 00:00:00 2001 From: skier233 Date: Fri, 31 May 2024 18:02:57 -0400 Subject: [PATCH] fix task descriptions --- plugins/AITagger/ai_tagger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/AITagger/ai_tagger.yml b/plugins/AITagger/ai_tagger.yml index 33c97a9..9d7f508 100644 --- a/plugins/AITagger/ai_tagger.yml +++ b/plugins/AITagger/ai_tagger.yml @@ -8,10 +8,10 @@ exec: interface: raw tasks: - name: Tag Images - description: Run AI Tagger on images with AI_TODO tag + description: Run AI Tagger on images with AI_TagMe tag defaultArgs: mode: tag_images - name: Tag Scenes - description: Run AI Tagger on scenes with AI_TODO tag + description: Run AI Tagger on scenes with AI_TagMe tag defaultArgs: mode: tag_scenes