Added stringId on metadata collection
This commit is contained in:
parent
021c326fae
commit
63ab17ce4c
1 changed files with 1 additions and 0 deletions
1
mongo.js
1
mongo.js
|
@ -23,6 +23,7 @@ const schemas = {
|
||||||
album: String,
|
album: String,
|
||||||
royaltytrackid: Number,
|
royaltytrackid: Number,
|
||||||
id: Number,
|
id: Number,
|
||||||
|
stringId: String,
|
||||||
playlistId: Number,
|
playlistId: Number,
|
||||||
thumbCover: String,
|
thumbCover: String,
|
||||||
cover: String,
|
cover: String,
|
||||||
|
|
Loading…
Reference in a new issue