You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set a new field on array musicas using the code above but when I tried that code all the data inside array musicas are replaced. Am I missing some step?
The text was updated successfully, but these errors were encountered:
STEPS TO REPRODUCE
const upt = await tpPlayLists.updateAsync({ nome_playlist, "musicas.musicaId" : id }, { $set: { "musicas.localPath":"yes" } }, {});
Hi, @antoniopresto
This is the structure of my data stored on my BD:
I need to set a new field on array
musicas
using the code above but when I tried that code all the data inside arraymusicas
are replaced. Am I missing some step?The text was updated successfully, but these errors were encountered: