1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Parse new V3 api response

This commit is contained in:
Duy NGUYEN 2022-02-01 18:32:25 +01:00
parent 8ede30411e
commit f7f4ebdf66
3 changed files with 25 additions and 8 deletions

View file

@ -84,9 +84,9 @@ If you are using an older version of Radarr or Sonarr which don't support the ne
```yaml
- name: "Radarr"
type: "Radarr"
url: "http://localhost:8989/"
url: "http://localhost:7878/"
apikey: "MY-SUPER-SECRET-API-KEY"
target: "_blank" # optional html tag target attribute
target: "_blank"
legacyApi: true
```