11 lines
126 B
C#
11 lines
126 B
C#
using System;
|
|
|
|
namespace Icarus.Types
|
|
{
|
|
public enum CoverArtField
|
|
{
|
|
SongTitle = 0,
|
|
ImagePath
|
|
};
|
|
}
|