IMPROVE: cho phép lưu dự án và phục hồi dự án vừa tắt

This commit is contained in:
2026-07-30 20:47:44 +07:00
parent 313d1be5af
commit 58a294d845
7 changed files with 1071 additions and 18 deletions
+5 -1
View File
@@ -21,7 +21,11 @@
solo: t.solo,
color: t.color,
markers: t.markers || [],
serverFileId: t.serverFileId || null
serverFileId: t.serverFileId || null,
clips: t.clips || [],
sections: t.sections || [],
midiItems: t.midiItems || [],
channelInfo: t.channelInfo || null
}))
};
}