mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
fixed some tests, spelling issues.
This commit is contained in:
parent
339dd5a1dd
commit
420756bb47
14 changed files with 79 additions and 120 deletions
|
@ -32,7 +32,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
|||
//Todo: Make this use NzbRestrictions - How should whitelist be used? Will it override blacklist or vice-versa?
|
||||
|
||||
//var allowed = _configService.AllowedReleaseGroups;
|
||||
var allowed = "";
|
||||
const string allowed = "";
|
||||
|
||||
if (string.IsNullOrWhiteSpace(allowed))
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue