Added language and trackCount fields for music
The language at musicbrainz is in the format of iso-639-2 so I use a package to translate it to a full name of the language.
This commit is contained in:
parent
b6f8258484
commit
f51a1465b4
5 changed files with 16 additions and 2 deletions
|
|
@ -34,6 +34,7 @@
|
|||
"eslint": "^9.32.0",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-only-warn": "^1.1.0",
|
||||
"iso-639-2": "^3.0.2",
|
||||
"obsidian": "latest",
|
||||
"openapi-fetch": "^0.14.0",
|
||||
"openapi-typescript": "^7.8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue