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
We have a searchByIdentifiers() function in "item.service.ts" that searches for a single item by mbid, artist and title, which is used to check if an item already exists in the database before adding to a user's collection.
We simply need to add an "id" parameter which will also search the item's ID, and then update the addItems() function to add the id into the searchInput if it exists.
The text was updated successfully, but these errors were encountered:
We have a
searchByIdentifiers()
function in "item.service.ts" that searches for a single item by mbid, artist and title, which is used to check if an item already exists in the database before adding to a user's collection.We simply need to add an "id" parameter which will also search the item's ID, and then update the
addItems()
function to add the id into thesearchInput
if it exists.The text was updated successfully, but these errors were encountered: