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:
@@ -7,6 +7,7 @@ namespace CUETools.Processor
|
||||
public CUEMetadata metadata { get; set; }
|
||||
public CDImageLayout TOC { get; set; }
|
||||
public string ImageKey { get; set; }
|
||||
public byte[] cover { get; set; }
|
||||
|
||||
public CUEMetadataEntry(CUEMetadata metadata, CDImageLayout TOC, string key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user