2013-08-26 08:14:55 +03:00
|
|
|
namespace NzbDrone.Api.Config
|
2013-08-12 03:42:11 +03:00
|
|
|
{
|
2013-08-26 08:14:55 +03:00
|
|
|
public class NamingSampleResource
|
2013-08-12 03:42:11 +03:00
|
|
|
{
|
|
|
|
public string SingleEpisodeExample { get; set; }
|
|
|
|
public string MultiEpisodeExample { get; set; }
|
2013-11-10 07:20:45 +03:00
|
|
|
public string DailyEpisodeExample { get; set; }
|
2014-05-19 22:14:41 +03:00
|
|
|
public string AnimeEpisodeExample { get; set; }
|
2014-11-17 07:31:53 +02:00
|
|
|
public string AnimeMultiEpisodeExample { get; set; }
|
2014-04-15 17:16:49 +03:00
|
|
|
public string SeriesFolderExample { get; set; }
|
|
|
|
public string SeasonFolderExample { get; set; }
|
2013-08-12 03:42:11 +03:00
|
|
|
}
|
|
|
|
}
|