mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
orpheus: fixed api toggle (#11875)
This commit is contained in:
@@ -46,9 +46,10 @@ namespace Jackett.Common.Indexers
|
|||||||
p: ps,
|
p: ps,
|
||||||
cs: cs,
|
cs: cs,
|
||||||
supportsFreeleechTokens: true,
|
supportsFreeleechTokens: true,
|
||||||
|
has2Fa: false,
|
||||||
has2Fa: true,
|
useApiKey: true,
|
||||||
usePassKey: true)
|
usePassKey: false,
|
||||||
|
instructionMessageOptional: "<ol><li>Go to Orpheus's site and open your account settings.</li><li>Under <b>Access Settings</b> click on 'Create a new token'</li><li>Give it a name you like and click <b>Generate</b>.</li><li>Copy the generated API Key and paste it in the above text field.</li></ol>")
|
||||||
{
|
{
|
||||||
Language = "en-us";
|
Language = "en-us";
|
||||||
Type = "private";
|
Type = "private";
|
||||||
|
Reference in New Issue
Block a user