From 8213f020ff9630dbc848f1a2866d3da273d1aa20 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 13 Jun 2016 22:01:01 -0700 Subject: [PATCH] Removed 6box --- src/NzbDrone.Core/Indexers/Newznab/Newznab.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs index a903cf299..8a1d147e8 100644 --- a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs @@ -58,7 +58,6 @@ 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("SimplyNZBs", GetSettings("https://simplynzbs.com")); - yield return GetDefinition("6box", GetSettings("http://6box.me")); yield return GetDefinition("Usenet Crawler", GetSettings("https://www.usenet-crawler.com")); } }