Files
icarus/Icarus/Types/CoverArtTypes.cs
T
KD a89580ac70 #102: Moving Models and constants to their own library (#104)
* #102: Moving Models and constants to their own library

* #102: Updated sln file

* #102: Updated README to include step install migration tool
2024-08-05 20:05:57 -04:00

10 lines
104 B
C#

using System;
namespace Icarus.Types;
public enum CoverArtField
{
SongTitle = 0,
ImagePath
};