1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00
Files
Radarr/src/NzbDrone.Core/Organizer/AbsoluteEpisodeFormat.cs
T
2016-12-23 13:45:24 -08:00

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; }
}
}