9 lines
114 B
C#
9 lines
114 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public enum AutoTuneAxis
|
|
{
|
|
TvShow = 0,
|
|
TvGenre = 1,
|
|
MovieGenre = 2
|
|
}
|