11 Commits

Author SHA1 Message Date
Steve Lambe
633c9f19f0
fix: Fix *arr url creation (#788)
* Update Radarr.php

Radarr was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Sonarr.php

Sonarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Readarr.php

Readarr  as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Lidarr.php

Lidarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Bazarr.php

Bazarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.

* Update Prowlarr.php

Prowlarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.
2024-10-18 12:12:39 +02:00
Martijn van der Kleijn
9f17db3574 Fix linter issues 2024-01-29 18:11:41 +01:00
Martijn van der Kleijn
f3d4b0e871 Fix linter whitespace issues 2024-01-29 17:37:52 +01:00
Colin Hebert
7467ead9c3
Reduce numbers of missing movies (#592) 2023-01-25 20:51:33 +00:00
Daniel Gibbs
10c81dbc5f prettier all the things 2022-07-27 22:07:26 +01:00
morpheus65535
5efb7c7eec Revert "Fixed unmonitored movies counted as missing when they shouldn't"
This reverts commit 96472fb532555c3344bb0fad12b4a8c8cdce0042.
2021-08-08 14:25:48 -04:00
morpheus65535
96472fb532 Fixed unmonitored movies counted as missing when they shouldn't 2021-08-08 12:50:08 -04:00
morpheus65535
53da33dbfe Rework to use json as object instead of associative array 2021-07-15 09:58:17 -04:00
morpheus65535
e9b3019b63 Properly fix the Radarr v3 API usage 2021-07-14 23:56:09 -04:00
Chris
c507c8189e Add Tautulli enhanced app and update other apps to use normaliseurl 2018-10-31 14:18:22 +00:00
Kode
ad7873941c fiz nzbget test function, add radarr and sonarr enhanced apps 2018-10-28 18:17:57 +00:00