feat: artist genres
This commit is contained in:
parent
af96a35a38
commit
fc344837cf
5 changed files with 932 additions and 4 deletions
3
src/utils/arrays.js
Normal file
3
src/utils/arrays.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
getKeyByValue: (object, value) => Object.keys(object).find((key) => object[key].includes(value)),
|
||||
}
|
Reference in a new issue