fix(artist-import.php): add empty value for required artist mbid field

This commit is contained in:
Cory Dransfeldt 2025-03-28 11:39:02 -07:00
parent a8ee4b8111
commit f6b7535f68
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -122,6 +122,7 @@ class ArtistImportHandler extends ApiHandler
"description" => $description,
"tentative" => true,
"art" => $this->placeholderImageId,
"mbid" => "",
"favorite" => $starred,
"genres" => $genre,
];

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "1.0.0",
"version": "1.0.1",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {