1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Additional reverse title parser patterns.

fixes #2943
This commit is contained in:
Taloth Saldono
2019-02-07 12:52:18 +01:00
parent b319cb9525
commit f215ba9bac
2 changed files with 15 additions and 1 deletions
@@ -94,6 +94,20 @@ namespace NzbDrone.Core.Test.ParserTests
"Sons of Anarchy",
Quality.HDTV720p,
null
},
new object[]
{
@"50E50S.denorD.mkv".AsOsAgnostic(),
"Droned",
Quality.HDTV720p,
null
},
new object[]
{
@"C:\Test\XxQVHK4GJMP3n2dLpmhW\XxQVHK4GJMP3n2dLpmhW\50E50S.denorD.mkv".AsOsAgnostic(),
"Droned",
Quality.HDTV720p,
null
}
};