New: v2/v3/etc handling for anime

This commit is contained in:
Mark McDowall
2014-08-31 19:28:42 -07:00
parent 8bef19448f
commit a3d013d908
35 changed files with 630 additions and 235 deletions
@@ -52,7 +52,7 @@ namespace NzbDrone.Core.Test.ParserTests
{
var result = Parser.Parser.ParsePath(path);
result.SeriesTitle.Should().Be(title);
result.Quality.ToString().Should().Be(quality);
result.Quality.ToString().Should().Be(quality + " v1");
result.ReleaseGroup.Should().Be(releaseGroup);
}
}