Remove Remaining TV Code

This commit is contained in:
Qstick
2017-10-18 21:42:57 -04:00
parent 81716762d8
commit a80360f6fd
98 changed files with 135 additions and 6151 deletions
@@ -1,4 +1,4 @@
using FluentAssertions;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Core.Qualities;
using NzbDrone.Core.Test.Framework;
@@ -86,7 +86,7 @@ namespace NzbDrone.Core.Test.ParserTests
[Test, TestCaseSource(nameof(HashedReleaseParserCases))]
public void should_properly_parse_hashed_releases(string path, string title, Quality quality, string releaseGroup)
{
var result = Parser.Parser.ParsePath(path);
var result = Parser.Parser.ParseMusicPath(path);
//result.SeriesTitle.Should().Be(title);
result.Quality.Quality.Should().Be(quality);
}