mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
11 lines
291 B
C#
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; }
|
|
}
|
|
}
|