mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-13 04:45:58 -05:00
IIDX: Fixed MUSIC FILTER
This commit is contained in:
parent
8d06dcf25b
commit
44458a1a75
|
|
@ -4177,10 +4177,10 @@ export const pcsave: EPR = async (info, data, send) => {
|
|||
|
||||
if (hasMusicFilter) {
|
||||
$(data).element("music_filter").elements("folder").forEach((res) => {
|
||||
DB.Upsert<lightning_musicmemo>(
|
||||
DB.Upsert<lightning_musicfilter>(
|
||||
refid,
|
||||
{
|
||||
collection: "lightning_musicmemo",
|
||||
collection: "lightning_musicfilter",
|
||||
version: version,
|
||||
play_style: parseInt(res.attr().play_style),
|
||||
folder_id: parseInt(res.attr().folder_id),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user