mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Tweaked reverse title detection to handle triple digit episode numbers.
fixes #2871
This commit is contained in:
@@ -87,6 +87,13 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
"Fargo",
|
||||
Quality.WEBDL1080p,
|
||||
"RARBG"
|
||||
},
|
||||
new object[]
|
||||
{
|
||||
@"C:\Test\XxQVHK4GJMP3n2dLpmhW\XxQVHK4GJMP3n2dLpmhW\MKV\010E70S.yhcranA.fo.snoS.mkv".AsOsAgnostic(),
|
||||
"Sons of Anarchy",
|
||||
Quality.HDTV720p,
|
||||
""
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user