feat: Prowlarr integration (#965)
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export interface Indexer {
|
||||
id: number;
|
||||
name: string;
|
||||
url: string;
|
||||
/**
|
||||
* Enabled: when the user enable / disable the indexer.
|
||||
* Status: when there is an error with the indexer site.
|
||||
* If one of the options are false the indexer is off.
|
||||
*/
|
||||
enabled: boolean;
|
||||
status: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user