mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Fixed: Prevent misinterpreting Season folder as anime release title
This commit is contained in:
@@ -92,5 +92,12 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
result.IsPartialSeason.Should().BeFalse();
|
||||
result.IsMultiSeason.Should().BeTrue();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void should_not_parse_season_folders()
|
||||
{
|
||||
var result = Parser.Parser.ParseTitle("Season 3");
|
||||
result.Should().BeNull();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user