Separate QualityTypes.Bluray to Bluray720 and Bluray1080.

This commit is contained in:
Mark McDowall
2011-03-26 17:16:50 -07:00
parent caa99540a6
commit c6a7eaab93
6 changed files with 296 additions and 142 deletions
@@ -359,8 +359,8 @@ namespace NzbDrone.Core.Providers
if (String.IsNullOrEmpty(path))
{
//Use the NZBDrone root Directory + /NZBs
//path = CentralDispatch.StartupPath + "NZBs";
path = @"C:\Test\NZBs";
path = CentralDispatch.StartupPath + "NZBs";
//path = @"C:\Test\NZBs";
}
if (_diskProvider.FolderExists(path))