1
0
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:
Taloth Saldono
2019-01-12 11:12:57 +01:00
parent ce59db528b
commit 04900e5f90
2 changed files with 8 additions and 1 deletions
@@ -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,
""
}
};