Skip to content

Commit

Permalink
Fix categories for NZBFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Dec 10, 2023
1 parent 2f58c86 commit c1fd33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Indexers/Newznab/Newznab.cs
Expand Up @@ -50,7 +50,7 @@ public override IEnumerable<ProviderDefinition> DefaultDefinitions
yield return GetDefinition("DrunkenSlug", GetSettings("https://drunkenslug.com"));
yield return GetDefinition("Nzb.su", GetSettings("https://api.nzb.su"));
yield return GetDefinition("NZBCat", GetSettings("https://nzb.cat"));
yield return GetDefinition("NZBFinder.ws", GetSettings("https://nzbfinder.ws", categories: new[] { 2030, 2040, 2045, 2050, 2060, 2070}));
yield return GetDefinition("NZBFinder.ws", GetSettings("https://nzbfinder.ws", categories: new[] { 2030, 2040, 2045, 2050, 2060, 2070 }));
yield return GetDefinition("NZBgeek", GetSettings("https://api.nzbgeek.info"));
yield return GetDefinition("nzbplanet.net", GetSettings("https://api.nzbplanet.net"));
yield return GetDefinition("SimplyNZBs", GetSettings("https://simplynzbs.com"));
Expand Down

0 comments on commit c1fd33b

Please sign in to comment.