mirror of https://github.com/Radarr/Radarr
13 lines
484 B
C#
13 lines
484 B
C#
namespace NzbDrone.Api.Config
|
|
{
|
|
public class NamingSampleResource
|
|
{
|
|
public string SingleEpisodeExample { get; set; }
|
|
public string MultiEpisodeExample { get; set; }
|
|
public string DailyEpisodeExample { get; set; }
|
|
public string AnimeEpisodeExample { get; set; }
|
|
public string AnimeMultiEpisodeExample { get; set; }
|
|
public string SeriesFolderExample { get; set; }
|
|
public string SeasonFolderExample { get; set; }
|
|
}
|
|
} |