From 9306249204d2165180dcdfd3591b9100ed2f8da4 Mon Sep 17 00:00:00 2001 From: jusher00 <8844658+jusher00@users.noreply.github.com> Date: Mon, 7 May 2018 21:10:36 +0200 Subject: [PATCH 1/2] Fixed: Omgwtfnzbs API categories (UHD, Full BR and Other) (#2764) Fixes #2724 --- .../Indexers/Omgwtfnzbs/OmgwtfnzbsRequestGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Omgwtfnzbs/OmgwtfnzbsRequestGenerator.cs b/src/NzbDrone.Core/Indexers/Omgwtfnzbs/OmgwtfnzbsRequestGenerator.cs index 314014761..195ecf0a8 100644 --- a/src/NzbDrone.Core/Indexers/Omgwtfnzbs/OmgwtfnzbsRequestGenerator.cs +++ b/src/NzbDrone.Core/Indexers/Omgwtfnzbs/OmgwtfnzbsRequestGenerator.cs @@ -29,7 +29,7 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs private IEnumerable GetPagedRequests(string query) { var url = new StringBuilder(); - url.AppendFormat("{0}?catid=15,16,17&user={1}&api={2}&eng=1&delay={3}", BaseUrl, Settings.Username, Settings.ApiKey, Settings.Delay); + url.AppendFormat("{0}?catid=15,16,17,18,31,35&user={1}&api={2}&eng=1&delay={3}", BaseUrl, Settings.Username, Settings.ApiKey, Settings.Delay); if (query.IsNotNullOrWhiteSpace()) { From d6425a868b1cc6e034689926b7556989efc26187 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 8 May 2018 22:23:13 +0400 Subject: [PATCH 2/2] @cosmetic Updated issue template. --- .github/ISSUE_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6a0dff257..4bf44beb5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ **Description:** -Check first that your problem is not listed in our wiki section: + **Radarr Version:** @@ -17,4 +17,6 @@ Please also include the following if you are reporting a bug. If you do not incl **Debug Logs:** -Please use the search bar and make sure you are not submitting an already submitted issue. +# Do not remove anything from your logs and post the full logs! If not everything fits in here use a service like https://pastebin.com to upload them. + +