1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Examples for Series and Season folder format

This commit is contained in:
Mark McDowall
2014-04-15 07:16:49 -07:00
parent 5bc820efed
commit dade3bb214
6 changed files with 60 additions and 13 deletions
@@ -92,6 +92,9 @@ namespace NzbDrone.Api.Config
? "Invalid format"
: dailyEpisodeSampleResult.Filename;
sampleResource.SeriesFolderExample = _filenameSampleService.GetSeriesFolderSample(nameSpec);
sampleResource.SeasonFolderExample = _filenameSampleService.GetSeasonFolderSample(nameSpec);
return sampleResource.AsResponse();
}