mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix issues with downloaded album art.
This commit is contained in:
@@ -240,7 +240,7 @@ namespace CUETools.Processor
|
||||
Country = metadata.Country;
|
||||
Label = metadata.Label;
|
||||
LabelNo = metadata.LabelNo;
|
||||
AlbumArt = metadata.AlbumArt;
|
||||
AlbumArt = metadata.AlbumArt.ConvertAll(x => new CTDB.CTDBResponseMetaImage(x));
|
||||
for (int i = 0; i < Tracks.Count; i++)
|
||||
{
|
||||
Tracks[i].Title = metadata.Tracks[i].Title;
|
||||
|
||||
Reference in New Issue
Block a user