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