Fixed: Importing "Backup_tvdbid" encrypted filenames

This commit is contained in:
Mark McDowall
2014-12-01 18:27:53 -08:00
parent 1e8c2a6a12
commit 867746a763
3 changed files with 12 additions and 1 deletions
@@ -44,6 +44,13 @@ namespace NzbDrone.Core.Test.ParserTests
"weeds",
"DVD",
"NZBgeek"
},
new object[]
{
@"C:\Test\Deadwood.S02E12.1080p.BluRay.x264-SONARR\Backup_72023S02-12".AsOsAgnostic(),
"deadwood",
"Bluray-1080p",
"SONARR"
}
};