Lidarr/NzbDrone.Core/Tv/SeriesStatusType.cs

9 lines
121 B
C#

namespace NzbDrone.Core.Tv
{
public enum SeriesStatusType
{
Continuing = 0,
Ended = 1
}
}