Radarr/src/NzbDrone.Core/Organizer/AbsoluteEpisodeFormat.cs

11 lines
291 B
C#

namespace NzbDrone.Core.Organizer
{
public class EpisodeFormat
{
public string Separator { get; set; }
public string EpisodePattern { get; set; }
public string EpisodeSeparator { get; set; }
public string SeasonEpisodePattern { get; set; }
}
}