From 1b941c6b29b23e9257a0e642adc8cf11cc5b58c7 Mon Sep 17 00:00:00 2001 From: Pigidiy Date: Fri, 6 Jun 2025 02:51:14 +0600 Subject: [PATCH] Fix: correct author & ID for ComfyUI-LikeSpiderAI-SaveMP3 (#1899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix: correct author & ID for ComfyUI-LikeSpiderAI-SaveMP3 This PR corrects the metadata for the ComfyUI-LikeSpiderAI-SaveMP3 node: Changes author from aimingfail → Pigidiy Adds missing version field: v1.0.0 Updates id from img2halftone → likeSpiderMP3 The previous metadata was mistakenly duplicated from another node. Project repo: https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3 * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 359d7dc5..e1be737f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26677,9 +26677,9 @@ "description": "Addon for ComfyUI that adds 'Fix node (recreate + keep inputs)' context menu option" }, { - "author": "aimingfail", + "author": "Pigidiy", "title": "ComfyUI-LikeSpiderAI-SaveMP3", - "id": "img2halftone", + "id": "likeSpiderMP3", "reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3", "files": [ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3"