a89580ac70
* #102: Moving Models and constants to their own library * #102: Updated sln file * #102: Updated README to include step install migration tool
10 lines
104 B
C#
10 lines
104 B
C#
using System;
|
|
|
|
namespace Icarus.Types;
|
|
|
|
public enum CoverArtField
|
|
{
|
|
SongTitle = 0,
|
|
ImagePath
|
|
};
|