Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Nov 18, 2023
2 parents 3e60d9f + 5a9c376 commit bca2af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean addNzbhydraAsIndexer(AddRequest addRequest) throws IOException {
.filter(x -> x.getState() == IndexerConfig.State.ENABLED)
.anyMatch(x -> x.getSearchModuleType() != SearchModuleType.TORZNAB);
if (!anyUsenetIndexerEnabled) {
messages.add("You selected to add NZBHydra as a usenet indexer but no usened indexers are enabled (for API access)");
messages.add("You selected to add NZBHydra as a usenet indexer but no usenet indexers are enabled (for API access)");
return false;
}
}
Expand Down

0 comments on commit bca2af1

Please sign in to comment.