fix(artist-import.php): add empty value for required artist mbid field
This commit is contained in:
parent
a8ee4b8111
commit
f6b7535f68
3 changed files with 4 additions and 3 deletions
|
@ -122,6 +122,7 @@ class ArtistImportHandler extends ApiHandler
|
|||
"description" => $description,
|
||||
"tentative" => true,
|
||||
"art" => $this->placeholderImageId,
|
||||
"mbid" => "",
|
||||
"favorite" => $starred,
|
||||
"genres" => $genre,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue