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:
ltctceplrm 2025-08-10 15:17:00 +02:00
parent b6f8258484
commit f51a1465b4
5 changed files with 16 additions and 2 deletions

View file

@ -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",