mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Separate QualityTypes.Bluray to Bluray720 and Bluray1080.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user