mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user