From bd6a38173e85a67ac7b8fabd178f3253a61a23b8 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Tue, 9 Feb 2016 23:48:43 +0100 Subject: [PATCH] Add another nn preset. --- src/NzbDrone.Core/Indexers/Newznab/Newznab.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs index 54bc7c4e2..58aff71b9 100644 --- a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs @@ -54,6 +54,7 @@ namespace NzbDrone.Core.Indexers.Newznab yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com")); yield return GetDefinition("PFmonkey", GetSettings("https://www.pfmonkey.com")); yield return GetDefinition("Usenet Crawler", GetSettings("https://www.usenet-crawler.com")); + yield return GetDefinition("6box", GetSettings("http://6box.me")); } }