From 44458a1a75a81f08cdbdc53fc46a46e9ee2cd77f Mon Sep 17 00:00:00 2001 From: duel0213 Date: Sun, 20 Oct 2024 03:02:38 +0900 Subject: [PATCH] IIDX: Fixed MUSIC FILTER --- iidx@asphyxia/handlers/pc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iidx@asphyxia/handlers/pc.ts b/iidx@asphyxia/handlers/pc.ts index bbfefbf..57b07a6 100644 --- a/iidx@asphyxia/handlers/pc.ts +++ b/iidx@asphyxia/handlers/pc.ts @@ -4177,10 +4177,10 @@ export const pcsave: EPR = async (info, data, send) => { if (hasMusicFilter) { $(data).element("music_filter").elements("folder").forEach((res) => { - DB.Upsert( + DB.Upsert( refid, { - collection: "lightning_musicmemo", + collection: "lightning_musicfilter", version: version, play_style: parseInt(res.attr().play_style), folder_id: parseInt(res.attr().folder_id),