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