From 5eb63005ad09c477057f2b48ed3c21da594a436a Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 30 Jan 2018 14:41:09 +0100 Subject: [PATCH] TorrentDay: cleanup --- src/Jackett.Common/Indexers/TorrentDay.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/TorrentDay.cs b/src/Jackett.Common/Indexers/TorrentDay.cs index 7e6c488b8..4e16366bc 100644 --- a/src/Jackett.Common/Indexers/TorrentDay.cs +++ b/src/Jackett.Common/Indexers/TorrentDay.cs @@ -181,7 +181,6 @@ namespace Jackett.Indexers var releases = new List(); var searchString = query.GetQueryString(); var queryUrl = SearchUrl; - var queryCollection = new NameValueCollection(); var cats = MapTorznabCapsToTrackers(query); if (cats.Count == 0)