New: Release Group can now be used in rename patterns

This commit is contained in:
Mark McDowall
2013-12-08 22:25:11 -08:00
parent 9dcdd06b6c
commit f76c4700a6
17 changed files with 92 additions and 40 deletions
@@ -47,7 +47,11 @@ namespace NzbDrone.Core.Test.MediaFiles
Series = series,
Episodes = new List<Episode> {episode},
Path = @"C:\Test\TV\30 Rock\30 Rock - S01E01 - Pilot.avi".AsOsAgnostic(),
Quality = new QualityModel(Quality.Bluray720p)
Quality = new QualityModel(Quality.Bluray720p),
ParsedEpisodeInfo = new ParsedEpisodeInfo
{
ReleaseGroup = "DRONE"
}
}));
}