feat: add artist_id field to album item
This commit is contained in:
parent
0453a928bc
commit
46e5f9201d
21 changed files with 516 additions and 13 deletions
|
|
@ -402,6 +402,7 @@ MusicAlbum(
|
|||
name: "Oonagh",
|
||||
),
|
||||
],
|
||||
artist_id: Some("UC_vmjW5e1xEHhYjY2a0kK1A"),
|
||||
album_type: Album,
|
||||
year: None,
|
||||
by_va: false,
|
||||
|
|
|
|||
Reference in a new issue