fix: improve album artist parsing, remove artists_txt field

This commit is contained in:
ThetaDev 2022-11-02 21:22:35 +01:00
parent a7db75ff07
commit 01a131ed6f
25 changed files with 5008 additions and 2659 deletions

View file

@ -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