6 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
Daniel Gibbs
10c81dbc5f prettier all the things 2022-07-27 22:07:26 +01:00
4c0d3r
9fc3168e84
Readarr Enhanced App, missing books, and 1 month upcoming books. (#420)
Co-authored-by: 4c0d3r <nope>
2022-03-26 20:14:17 +00:00
Dan Christensen
a81cc4368f Added Readarr foundatin app 2020-08-05 11:41:56 -06:00