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

Fixed: Handle obfuscated files using abc.xyz pattern

Closes #3990
This commit is contained in:
Mark McDowall
2020-10-02 15:02:41 -07:00
parent 4dbeb17075
commit f9e045d14c
3 changed files with 12 additions and 1 deletions
@@ -108,6 +108,13 @@ namespace NzbDrone.Core.Test.ParserTests
"Droned",
Quality.HDTV720p,
null
},
new object[]
{
@"C:\Test\Series.Title.S02E24.720p.HDTV.H.264\abc.xyz.af6021c37f7852.mkv".AsOsAgnostic(),
"Series Title",
Quality.HDTV720p,
null
}
};