Can successfully save the coverart record, now need to work on downloading the cover art #50

This commit is contained in:
amazing-username
2019-07-13 10:13:15 -04:00
parent 026a528a81
commit 1004f6c93d
5 changed files with 78 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
using System;
namespace Icarus.Types
{
public enum CoverArtField
{
SongTitle = 0,
ImagePath
};
}