fix music url structure

This commit is contained in:
Thomas Demirdjian
2025-09-02 13:17:19 +02:00
parent 98367af0b7
commit d634c55aaa
8 changed files with 141 additions and 168 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ const SongReady = () => {
.doc(projectId)
.set(
{
song: { index: selectedIndex, url },
songUrl: url,
updatedAt: firebase.firestore.FieldValue.serverTimestamp(),
},
{ merge: true },