Skip to content

Commit

Permalink
Fixed: Update AltHub API URL (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofaster committed May 18, 2022
1 parent a3a8f14 commit ed46c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Indexers/Definitions/Newznab/Newznab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
get
{
yield return GetDefinition("abNZB", GetSettings("https://abnzb.com"));
yield return GetDefinition("altHUB", GetSettings("https://althub.co.za"));
yield return GetDefinition("altHUB", GetSettings("https://api.althub.co.za"));
yield return GetDefinition("AnimeTosho (Usenet)", GetSettings("https://feed.animetosho.org"));
yield return GetDefinition("DOGnzb", GetSettings("https://api.dognzb.cr"));
yield return GetDefinition("DrunkenSlug", GetSettings("https://drunkenslug.com"));
Expand Down

0 comments on commit ed46c5c

Please sign in to comment.