Radarr/NzbDrone.Core/Tv/SeriesStatusType.cs

9 lines
121 B
C#
Raw Normal View History

2013-07-19 03:47:55 +00:00
namespace NzbDrone.Core.Tv
{
public enum SeriesStatusType
{
Continuing = 0,
Ended = 1
}
}