fix(presets/newznab); correct torznab typo in description (#524)

The Search Mode description incorrectly referenced 'Torznab' instead of 'Newznab'.

Fixes #502
This commit is contained in:
cats
2025-12-01 11:55:31 +03:00
committed by GitHub
parent ff168cf255
commit d1bae55d68
+1 -1
View File
@@ -142,7 +142,7 @@ export class NewznabPreset extends BuiltinAddonPreset {
id: 'searchMode',
name: 'Search Mode',
description:
'The search mode to use when querying the Torznab endpoint. **Note**: `Both` will result in two addons being created, one for each search mode.',
'The search mode to use when querying the Newznab endpoint. **Note**: `Both` will result in two addons being created, one for each search mode.',
type: 'select',
required: false,
default: 'auto',