fix: improve album artist parsing, remove artists_txt field
This commit is contained in:
parent
a7db75ff07
commit
01a131ed6f
25 changed files with 5008 additions and 2659 deletions
|
|
@ -930,6 +930,8 @@ pub struct AlbumItem {
|
|||
pub album_type: AlbumType,
|
||||
/// Release year of the album
|
||||
pub year: Option<u16>,
|
||||
/// Is the album by 'Various artists'?
|
||||
pub by_va: bool,
|
||||
}
|
||||
|
||||
/// YouTube Music playlist list item
|
||||
|
|
|
|||
Reference in a new issue