mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
add RecordLabel
This commit is contained in:
@@ -1179,6 +1179,7 @@ func rip(albumId string, token string, storefront string, userToken string) erro
|
||||
"{ArtistName}", meta.Data[0].Attributes.ArtistName,
|
||||
"{AlbumName}", meta.Data[0].Attributes.Name,
|
||||
"{UPC}", meta.Data[0].Attributes.Upc,
|
||||
"{RecordLabel}", meta.Data[0].Attributes.RecordLabel,
|
||||
"{Copyright}", meta.Data[0].Attributes.Copyright,
|
||||
"{AlbumId}", albumId,
|
||||
"{Quality}",Quality,
|
||||
|
||||
Reference in New Issue
Block a user