mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed 1101 and 101 naming incorrectly picking up 1080p and 720p.
This commit is contained in:
parent
d97a1d068c
commit
5012144c13
2 changed files with 5 additions and 3 deletions
|
@ -281,6 +281,8 @@ namespace NzbDrone.Core.Test
|
|||
[TestCase("Chuck - 4x05 - Title", "Chuck")]
|
||||
[TestCase("Law & Order - 4x05 - Title", "laworder")]
|
||||
[TestCase("This Isn't a Valid Post", "")]
|
||||
[TestCase("Mad Men - Season 1 [Bluray720p]", "madmen")]
|
||||
[TestCase("Mad Men - Season 1 [Bluray1080p]", "madmen")]
|
||||
public void parse_series_name(string postTitle, string title)
|
||||
{
|
||||
var result = Parser.ParseSeriesName(postTitle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue