mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
!wip Made a start on adding CouchPotato, most of the UI is there but nothing is done with it yet #865
Also improved the error messages on the settings
This commit is contained in:
parent
532530a954
commit
e735df5d0a
43 changed files with 688 additions and 114 deletions
|
@ -8,6 +8,7 @@ namespace Ombi.Helpers
|
|||
|
||||
public static EventId Api => new EventId(1000);
|
||||
public static EventId RadarrApi => new EventId(1001);
|
||||
public static EventId CouchPotatoApi => new EventId(1002);
|
||||
|
||||
public static EventId Cacher => new EventId(2000);
|
||||
public static EventId RadarrCacher => new EventId(2001);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue