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,
];