mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
Updated Renaming Indexers (markdown)
parent
a5f1f6b454
commit
4238edf30d
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ Note that changing the id must be justified.
|
||||||
|
|
||||||
## Steps to rename the id
|
## Steps to rename the id
|
||||||
1. Rename the indexer id (in yaml or c#)
|
1. Rename the indexer id (in yaml or c#)
|
||||||
2. Edit `IndexerManagerService.cs` to add `old id` and `new id` in the map
|
2. Edit `src/Jackett.Common/Services/IndexerManagerService.cs` to add `old id` and `new id` in the map
|
||||||
3. Optional: you can rename the yaml / c# too
|
3. Optional: you can rename the yaml / c# too
|
||||||
* yaml: rename the file and add the `old file name` into `Program.cs` to be removed by the updater
|
* yaml: rename the file and add the `old file name` into `src/Jackett.Updater/Program.cs` to be removed by the updater
|
||||||
* c#: rename the file and the class name (not need to change `Program.cs`)
|
* c#: rename the file and the class name (not need to change `src/Jackett.Updater/Program.cs`)
|
||||||
4. Optional: The tracker name / description is not related to the id and it can be changed anytime
|
4. Optional: The tracker name / description is not related to the id and it can be changed anytime
|
||||||
|
|
||||||
## How does it works for the user
|
## How does it works for the user
|
||||||
|
|
Loading…
Reference in a new issue